diff options
Diffstat (limited to 'devel/p5-IniConf/Makefile')
-rw-r--r-- | devel/p5-IniConf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-IniConf/Makefile b/devel/p5-IniConf/Makefile index 99175bff75d6..a6d45c2a0866 100644 --- a/devel/p5-IniConf/Makefile +++ b/devel/p5-IniConf/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: p5-IniConf -# Version required: 0.92 # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= IniConf.pm-0.92 -PKGNAME= p5-IniConf-0.92 +PORTNAME= IniConf +PORTVERSION= 0.92 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IniConf +DISTNAME= ${PORTNAME}.pm-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org |