diff options
author | jase <jase@FreeBSD.org> | 2013-10-22 02:43:00 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2013-10-22 02:43:00 +0800 |
commit | 288d49a07e1144db6170d1e10c3958e79644552a (patch) | |
tree | f3c48776af4f945891867aea6804dd78908ba583 /devel | |
parent | 9b6b6a5eaa052ad1a3aa14d425c1b8cb827e38eb (diff) | |
download | freebsd-ports-gnome-288d49a07e1144db6170d1e10c3958e79644552a.tar.gz freebsd-ports-gnome-288d49a07e1144db6170d1e10c3958e79644552a.tar.zst freebsd-ports-gnome-288d49a07e1144db6170d1e10c3958e79644552a.zip |
- Update to 1.354
- Add STAGE support
Changes: https://metacpan.org/source/RCAPUTO/POE-Test-Loops-1.354/CHANGES
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-POE-Test-Loops/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE-Test-Loops/pkg-plist | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index 00a177c2a1ec..a56ff63aaa7d 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Test-Loops -PORTVERSION= 1.353 +PORTVERSION= 1.354 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -17,8 +17,12 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN1= poe-gen-tests.1 -MAN3= POE::Test::Loops.3 +.include <bsd.port.pre.mk> -NO_STAGE= yes -.include <bsd.port.mk> +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo index 27b5ffd331d9..1954c6104dc0 100644 --- a/devel/p5-POE-Test-Loops/distinfo +++ b/devel/p5-POE-Test-Loops/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Test-Loops-1.353.tar.gz) = 9f4d0c2431393889dba7fd9a66c8ab412b17a38d95c939e309cbf7d5cfead4a9 -SIZE (POE-Test-Loops-1.353.tar.gz) = 70248 +SHA256 (POE-Test-Loops-1.354.tar.gz) = 666f2dff9f3471f098d10f4fcd6f15a4c908ffda5b43a246d562aa705e2841eb +SIZE (POE-Test-Loops-1.354.tar.gz) = 70397 diff --git a/devel/p5-POE-Test-Loops/pkg-plist b/devel/p5-POE-Test-Loops/pkg-plist index 45b61d5900a5..e5aa448e844a 100644 --- a/devel/p5-POE-Test-Loops/pkg-plist +++ b/devel/p5-POE-Test-Loops/pkg-plist @@ -1,4 +1,6 @@ bin/poe-gen-tests +man/man1/poe-gen-tests.1.gz +%%PERL5_MAN3%%/POE::Test::Loops.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Test/Loops/.packlist %%SITE_PERL%%/POE/Test/DondeEstan.pm %%SITE_PERL%%/POE/Test/Loops.pm |