diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-20 01:19:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-20 01:19:16 +0800 |
commit | 67e27229e165f81893cafe69171e6fc3fceec601 (patch) | |
tree | 798bb1826c1148f4207784a66285dd1f502cee6b | |
parent | 6e82cb81c483e6394ff2919db524fa9b49835ad8 (diff) | |
download | freebsd-ports-gnome-67e27229e165f81893cafe69171e6fc3fceec601.tar.gz freebsd-ports-gnome-67e27229e165f81893cafe69171e6fc3fceec601.tar.zst freebsd-ports-gnome-67e27229e165f81893cafe69171e6fc3fceec601.zip |
- Update to 0.927
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Sub-Install/Changes
-rw-r--r-- | devel/p5-Sub-Install/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Sub-Install/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Sub-Install/pkg-plist | 1 |
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/p5-Sub-Install/Makefile b/devel/p5-Sub-Install/Makefile index 9329ff4fbf1b..b1e1234f3f66 100644 --- a/devel/p5-Sub-Install/Makefile +++ b/devel/p5-Sub-Install/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Install -PORTVERSION= 0.926 +PORTVERSION= 0.927 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,10 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Sub::Install.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/devel/p5-Sub-Install/distinfo b/devel/p5-Sub-Install/distinfo index dac8a15424b0..b7c1608726c4 100644 --- a/devel/p5-Sub-Install/distinfo +++ b/devel/p5-Sub-Install/distinfo @@ -1,2 +1,2 @@ -SHA256 (Sub-Install-0.926.tar.gz) = acb2496643784976fe8edebc7b412e9a93f6f0825631f5bd9186c810aed1763e -SIZE (Sub-Install-0.926.tar.gz) = 15065 +SHA256 (Sub-Install-0.927.tar.gz) = 955ee386303163147363cdc7856e4f69ab6b9d4cdc343f2539c4a1c857d3af5a +SIZE (Sub-Install-0.927.tar.gz) = 17583 diff --git a/devel/p5-Sub-Install/pkg-plist b/devel/p5-Sub-Install/pkg-plist index 9975ebd8a8b8..b4d0e0e6df96 100644 --- a/devel/p5-Sub-Install/pkg-plist +++ b/devel/p5-Sub-Install/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Sub/Install.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Install/.packlist +%%PERL5_MAN3%%/Sub::Install.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Install @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub @dirrmtry %%SITE_PERL%%/Sub |