diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-29 15:09:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-29 15:09:50 +0000 |
commit | 7a1569514a596a9150cb3985c5b94c8bf98359ce (patch) | |
tree | 9312d4e60fc35c489b1cef8afd1100ea635cf523 /devel/p5-Config-Setting | |
parent | 79bf4d8cedb4dc09ef6fef2193b6d18ea0f9b9a7 (diff) |
Notes
Diffstat (limited to 'devel/p5-Config-Setting')
-rw-r--r-- | devel/p5-Config-Setting/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-Config-Setting/Makefile b/devel/p5-Config-Setting/Makefile index d80e6c93fb15..1b45d7690e0c 100644 --- a/devel/p5-Config-Setting/Makefile +++ b/devel/p5-Config-Setting/Makefile @@ -7,17 +7,15 @@ PORTNAME= Config-Setting PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Config +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A class that provides an easy interface to use config files -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser PERL_MODBUILD= yes |