diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-01 21:12:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-01 21:12:32 +0800 |
commit | cd81b847aad255aca7670f2d1be8b7c03d1d760c (patch) | |
tree | 875c21d2764b743de696e5b3d0b6f69ec08b58cd /textproc | |
parent | cdcbd2a7917b1f5ebb0240701bb45d9f876943b9 (diff) | |
download | freebsd-ports-gnome-cd81b847aad255aca7670f2d1be8b7c03d1d760c.tar.gz freebsd-ports-gnome-cd81b847aad255aca7670f2d1be8b7c03d1d760c.tar.zst freebsd-ports-gnome-cd81b847aad255aca7670f2d1be8b7c03d1d760c.zip |
- Update to 0.102361
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Pod-Elemental/Changes
Diffstat (limited to 'textproc')
-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 |