aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Setting/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-04-20 19:28:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-04-20 19:28:53 +0000
commitcfabeeb62bcb99a4de630c21a8c25858d7787e90 (patch)
tree23ca839b8e8c356b6b1f540f5d9e9432fafe12ce /devel/p5-Config-Setting/Makefile
parentcc2bd2d066fdbd3f43eb4df54cd639215ce85f66 (diff)
downloadports-cfabeeb62bcb99a4de630c21a8c25858d7787e90.tar.gz
ports-cfabeeb62bcb99a4de630c21a8c25858d7787e90.zip
Notes
Diffstat (limited to 'devel/p5-Config-Setting/Makefile')
-rw-r--r--devel/p5-Config-Setting/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Config-Setting/Makefile b/devel/p5-Config-Setting/Makefile
index 1a6205740cf1..d80e6c93fb15 100644
--- a/devel/p5-Config-Setting/Makefile
+++ b/devel/p5-Config-Setting/Makefile
@@ -6,20 +6,24 @@
#
PORTNAME= Config-Setting
-PORTVERSION= 0.01
+PORTVERSION= 0.04
CATEGORIES= devel perl5
-MASTER_SITES= http://www.happygiraffe.net/dist/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+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
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= Config::Setting.3 \
- Config::Setting::Fileprovider.3 \
+ Config::Setting::Chunk.3 \
+ Config::Setting::FileProvider.3 \
Config::Setting::IniParser.3 \
Config::Setting::XMLParser.3