- 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)
This commit is contained in:
parent
a2f8e46c31
commit
20da8327c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292169
2 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue