diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-10-13 16:49:52 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-10-13 16:49:52 +0000 |
commit | 9556fafeb2fcc85f42feb3cceccbcafec99cd3e2 (patch) | |
tree | b796306533b18410317ef7d004e6643ec172627e /textproc/p5-PPI | |
parent | a7297a4ee0d8cab039dcdbdc4a58eea6dcea25c7 (diff) | |
download | ports-9556fafeb2fcc85f42feb3cceccbcafec99cd3e2.tar.gz ports-9556fafeb2fcc85f42feb3cceccbcafec99cd3e2.zip |
Notes
Diffstat (limited to 'textproc/p5-PPI')
-rw-r--r-- | textproc/p5-PPI/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-PPI/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile index ced7b80b953b..d6379e504d15 100644 --- a/textproc/p5-PPI/Makefile +++ b/textproc/p5-PPI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PPI -PORTVERSION= 1.101 +PORTVERSION= 1.103 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK @@ -15,12 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Analyze and manipulate Perl code without using perl itself -BUILD_DEPENDS= ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ - ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ + ${SITE_PERL}/Test/SubCalls.pm:${PORTSDIR}/devel/p5-Test-SubCalls RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -107,8 +109,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500601 +IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5 or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-PPI/distinfo b/textproc/p5-PPI/distinfo index 8200538164a3..9f9180946530 100644 --- a/textproc/p5-PPI/distinfo +++ b/textproc/p5-PPI/distinfo @@ -1,2 +1,2 @@ -MD5 (PPI-1.101.tar.gz) = eee8e55568ab88784042a6e5b5bcb1e6 -SIZE (PPI-1.101.tar.gz) = 167307 +MD5 (PPI-1.103.tar.gz) = d7d93e5fb393beeceb630041a11a2f03 +SIZE (PPI-1.103.tar.gz) = 167506 |