diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 18:15:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 18:15:26 +0800 |
commit | c87e77585f6d79984672c661b6d93977d0ceec42 (patch) | |
tree | 29e975dea1e83e0db3fefdaa43a70ba588aed61d | |
parent | e67f500522a4aa65fc939a7456802231b8b0d527 (diff) | |
download | freebsd-ports-gnome-c87e77585f6d79984672c661b6d93977d0ceec42.tar.gz freebsd-ports-gnome-c87e77585f6d79984672c661b6d93977d0ceec42.tar.zst freebsd-ports-gnome-c87e77585f6d79984672c661b6d93977d0ceec42.zip |
- Update to 0.03
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://search.cpan.org/dist/List-AllUtils/Changes
PR: ports/165389
Submitted by: sunpoet (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index e85426e7e9b7..7c0fedf24bd9 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= List-AllUtils -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package -RUN_DEPENDS= p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils PERL_CONFIGURE= yes @@ -22,8 +23,8 @@ MAN3= List::AllUtils.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 501000 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index f636d4af4437..d156713464f2 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,2 +1,2 @@ -SHA256 (List-AllUtils-0.02.tar.gz) = 5d7e231c80a78f36ea31f1698e0e7abda4ab66858574cebc9fe905aecad073d2 -SIZE (List-AllUtils-0.02.tar.gz) = 11123 +SHA256 (List-AllUtils-0.03.tar.gz) = 4806cc718c5b7530d0bec48d3f7682e7f55a489be4014519d68f937c11c2a115 +SIZE (List-AllUtils-0.03.tar.gz) = 14355 |