diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-03-02 08:43:11 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-03-02 08:43:11 +0000 |
commit | 10ab2db3534c4db70b10b03705ff88095aff22e1 (patch) | |
tree | 6cb392b5ccc255c68f200c20f6b308f3ee131644 /devel | |
parent | 2c4c8ca998b52756ec33508dbb655542f630091e (diff) | |
download | ports-10ab2db3534c4db70b10b03705ff88095aff22e1.tar.gz ports-10ab2db3534c4db70b10b03705ff88095aff22e1.zip |
- Updated to 1.008
- Use CPAN macro
- Add missing deps.
PR: ports/120907
Submitted by: Felippe de Meirelles Motta <lippemail at gmail _dot_ com>
Notes
Notes:
svn path=/head/; revision=208317
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-List-Rotation-Cycle/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-List-Rotation-Cycle/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/devel/p5-List-Rotation-Cycle/Makefile b/devel/p5-List-Rotation-Cycle/Makefile index 58359d33bf60..fc7be1d265a5 100644 --- a/devel/p5-List-Rotation-Cycle/Makefile +++ b/devel/p5-List-Rotation-Cycle/Makefile @@ -6,15 +6,21 @@ # PORTNAME= List-Rotation-Cycle -PORTVERSION= 1.004 +PORTVERSION= 1.008 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= List +MASTER_SITES= 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} + MAN3= List::Rotation::Cycle.3 PERL_CONFIGURE= yes diff --git a/devel/p5-List-Rotation-Cycle/distinfo b/devel/p5-List-Rotation-Cycle/distinfo index 7400ac854e95..bece665e3e7b 100644 --- a/devel/p5-List-Rotation-Cycle/distinfo +++ b/devel/p5-List-Rotation-Cycle/distinfo @@ -1,3 +1,3 @@ -MD5 (List-Rotation-Cycle-1.004.tar.gz) = fc8cf4f49d6bff0ea819690de72ced11 -SHA256 (List-Rotation-Cycle-1.004.tar.gz) = 4038ca59341998d20ee9fd2388e8d829e1a89aa9df28eac58fd32564a6083f7a -SIZE (List-Rotation-Cycle-1.004.tar.gz) = 2936 +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 |