diff options
Diffstat (limited to 'devel/p5-Parse-RecDescent')
-rw-r--r-- | devel/p5-Parse-RecDescent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Parse-RecDescent/Makefile b/devel/p5-Parse-RecDescent/Makefile index 3d4312213ff0..6d4ea735528f 100644 --- a/devel/p5-Parse-RecDescent/Makefile +++ b/devel/p5-Parse-RecDescent/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Parse-RecDescent -# Version required: 1.66 # Date created: July 9th 1999 # Whom: Jerry Hicks <wghicks@bellsouth.net> # # $FreeBSD$ # -DISTNAME= Parse-RecDescent-1.66 -PKGNAME= p5-Parse-RecDescent-1.66 +PORTNAME= Parse-RecDescent +PORTVERSION= 1.66 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Parse +PKGNAMEPREFIX= p5- MAINTAINER= jhix@mindspring.com |