diff options
Diffstat (limited to 'graphics/p5-PGPLOT/Makefile')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index c17916e..eeb95ae 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: pgperl -# Version required: 2.16 # Date created: 22 December 1996 # Whom: jmz # # $FreeBSD$ # -DISTNAME= PGPLOT-2.16 -PKGNAME= pgperl-2.16 +PORTNAME= pgperl +PORTVERSION= 2.16 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT +DISTNAME= PGPLOT-${PORTVERSION} MAINTAINER= jmz@FreeBSD.org |