diff options
Diffstat (limited to 'devel/p5-Config-INI-Simple/Makefile')
-rw-r--r-- | devel/p5-Config-INI-Simple/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Config-INI-Simple/Makefile b/devel/p5-Config-INI-Simple/Makefile index 37852ee7118f..30b20c9e779a 100644 --- a/devel/p5-Config-INI-Simple/Makefile +++ b/devel/p5-Config-INI-Simple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-INI-Simple -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Config-INI-Simple PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simple reading and writing from an INI file -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::INI::Simple.3 |