diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-13 20:14:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-13 20:14:19 +0800 |
commit | 9aa8e8d61652976f17438ab9028e02c20a2b95ab (patch) | |
tree | 3cf2c1c7944c4be39896d2a9cf134d7b43a2ab29 /textproc | |
parent | 4b89bf2d362290dd899931338563a7b9f6f39093 (diff) | |
download | freebsd-ports-gnome-9aa8e8d61652976f17438ab9028e02c20a2b95ab.tar.gz freebsd-ports-gnome-9aa8e8d61652976f17438ab9028e02c20a2b95ab.tar.zst freebsd-ports-gnome-9aa8e8d61652976f17438ab9028e02c20a2b95ab.zip |
- Update to 0.093331
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Pod-Eventual/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Eventual/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-Pod-Eventual/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Eventual/pkg-plist | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Eventual/Makefile b/textproc/p5-Pod-Eventual/Makefile index e1dedeac2eac..2e01a38cc2d1 100644 --- a/textproc/p5-Pod-Eventual/Makefile +++ b/textproc/p5-Pod-Eventual/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Eventual -PORTVERSION= 0.093330 -PORTREVISION= 1 +PORTVERSION= 0.093331 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +13,17 @@ COMMENT= Read a POD document as a series of trivial events LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise +BUILD_DEPENDS= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep USES= perl5 USE_PERL5= configure -MAN3= Pod::Eventual.3 \ - Pod::Eventual::Simple.3 +.include <bsd.port.pre.mk> -NO_STAGE= yes -.include <bsd.port.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-Eventual/distinfo b/textproc/p5-Pod-Eventual/distinfo index e70a6ae1ef77..81b07282cebc 100644 --- a/textproc/p5-Pod-Eventual/distinfo +++ b/textproc/p5-Pod-Eventual/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Eventual-0.093330.tar.gz) = 29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6 -SIZE (Pod-Eventual-0.093330.tar.gz) = 13223 +SHA256 (Pod-Eventual-0.093331.tar.gz) = e89bac77ca8717e4d93ba1147bd12077abd32bc516735fd5023b2ed010d2ffa9 +SIZE (Pod-Eventual-0.093331.tar.gz) = 17150 diff --git a/textproc/p5-Pod-Eventual/pkg-plist b/textproc/p5-Pod-Eventual/pkg-plist index 271c5079cd21..6006171fc138 100644 --- a/textproc/p5-Pod-Eventual/pkg-plist +++ b/textproc/p5-Pod-Eventual/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Pod/Eventual.pm %%SITE_PERL%%/Pod/Eventual/Simple.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual/.packlist +%%PERL5_MAN3%%/Pod::Eventual.3.gz +%%PERL5_MAN3%%/Pod::Eventual::Simple.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod @dirrmtry %%SITE_PERL%%/Pod/Eventual |