diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 13:12:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 13:12:32 +0000 |
commit | 768599b59b82829e228fc2bd8b4a4e68c8a0af84 (patch) | |
tree | ec02c4e78092e21cc6f076dca8e9532d5c2a71d5 /textproc/p5-Pod-Elemental | |
parent | 34470f2ebe0ea0e03007b2399bd229ba13f27f99 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Pod-Elemental')
-rw-r--r-- | textproc/p5-Pod-Elemental/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Pod-Elemental/distinfo | 4 |
2 files changed, 15 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index 49eeb345c466..f1dcb5385eb8 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Pod-Elemental -PORTVERSION= 0.102360 +PORTVERSION= 0.102361 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Treating a Pod documents as trees of elements -BUILD_DEPENDS= p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Moose-Autobox>=0.10:${PORTSDIR}/devel/p5-Moose-Autobox \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual \ p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \ p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate \ + p5-Sub-Exporter-ForMethods>=0:${PORTSDIR}/devel/p5-Sub-Exporter-ForMethods \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Sub-Exporter-ForMethods>=0:${PORTSDIR}/devel/p5-Sub-Exporter-ForMethods -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -54,4 +54,10 @@ MAN3= Pod::Elemental.3 \ Pod::Elemental::Transformer::Pod5.3 \ Pod::Elemental::Types.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Elemental/distinfo b/textproc/p5-Pod-Elemental/distinfo index e96cefe8d22d..33bd7b7f5e0b 100644 --- a/textproc/p5-Pod-Elemental/distinfo +++ b/textproc/p5-Pod-Elemental/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Elemental-0.102360.tar.gz) = a2c2e45a75a947da31f099fc318ef2d0420286924303d1df58a0c5805157acae -SIZE (Pod-Elemental-0.102360.tar.gz) = 29539 +SHA256 (Pod-Elemental-0.102361.tar.gz) = 356d3da88cd073100d205747c198e3a0d306266738f4d5143cb0764076009337 +SIZE (Pod-Elemental-0.102361.tar.gz) = 30019 |