diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 08:18:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 08:18:47 +0000 |
commit | 146556e82aea9fb891b731128d750e2b0191364b (patch) | |
tree | 56094d6b2b81364a159c016329c7f4352c5a2080 /devel/p5-List-Rotation-Cycle | |
parent | 319439bbc76a0646719fc66dce98dbba519df6c6 (diff) |
Notes
Diffstat (limited to 'devel/p5-List-Rotation-Cycle')
-rw-r--r-- | devel/p5-List-Rotation-Cycle/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-List-Rotation-Cycle/distinfo | 6 |
2 files changed, 13 insertions, 14 deletions
diff --git a/devel/p5-List-Rotation-Cycle/Makefile b/devel/p5-List-Rotation-Cycle/Makefile index 85c4450526c6..cf8137828742 100644 --- a/devel/p5-List-Rotation-Cycle/Makefile +++ b/devel/p5-List-Rotation-Cycle/Makefile @@ -6,26 +6,25 @@ # PORTNAME= List-Rotation-Cycle -PORTVERSION= 1.008 -PORTREVISION= 1 +PORTVERSION= 1.009 CATEGORIES= devel perl5 -MASTER_SITES= LOCAL/chinsan/CPAN CPAN +MASTER_SITES= CPAN LOCAL/chinsan/CPAN PKGNAMEPREFIX= p5- MAINTAINER= chinsan@FreeBSD.org COMMENT= Cycle through a list of values -WRKSRC= ${WRKDIR}/${PORTNAME} - -BUILD_DEPENDS+= ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS+= ${BUILD_DEPENDS} - PORTSCOUT= limitw:1,even MAN3= List::Rotation::Cycle.3 PERL_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +BUILD_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-List-Rotation-Cycle/distinfo b/devel/p5-List-Rotation-Cycle/distinfo index bece665e3e7b..cf6ac2599255 100644 --- a/devel/p5-List-Rotation-Cycle/distinfo +++ b/devel/p5-List-Rotation-Cycle/distinfo @@ -1,3 +1,3 @@ -MD5 (List-Rotation-Cycle-1.008.tar.gz) = 64e88bb5737e6c15189676366a527349 -SHA256 (List-Rotation-Cycle-1.008.tar.gz) = d3e499ba0c75478bc1d14f8b75deccfe5352ee2d37e973ce3106ecae160afd9c -SIZE (List-Rotation-Cycle-1.008.tar.gz) = 4651 +MD5 (List-Rotation-Cycle-1.009.tar.gz) = 5e867a2879e8ffa77c38e1ec64957493 +SHA256 (List-Rotation-Cycle-1.009.tar.gz) = 103f9bb9e43b4c0396218b5c919258d28ef80b89074d96cd0d0240147b9f76f6 +SIZE (List-Rotation-Cycle-1.009.tar.gz) = 4648 |