diff options
Diffstat (limited to 'devel/p5-Config-Setting/Makefile')
-rw-r--r-- | devel/p5-Config-Setting/Makefile | 14 |
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 |