diff options
Diffstat (limited to 'graphics/p5-PGPLOT/Makefile')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 92bbff71cde4..e27914deaf1a 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PORTNAME= pgperl +PORTNAME= PGPLOT PORTVERSION= 2.21 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KGB -DISTNAME= PGPLOT-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 extension which makes available the pgplot library |