diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 06:35:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 06:35:45 +0800 |
commit | 2d69f48893db9b56630b74af5a7b649332ac2b34 (patch) | |
tree | 31315c9fb535586ffe93b5e253637ed21dede23c /devel | |
parent | 5e56d9aff3ad016b840c792eb0605b38be1eae97 (diff) | |
download | freebsd-ports-gnome-2d69f48893db9b56630b74af5a7b649332ac2b34.tar.gz freebsd-ports-gnome-2d69f48893db9b56630b74af5a7b649332ac2b34.tar.zst freebsd-ports-gnome-2d69f48893db9b56630b74af5a7b649332ac2b34.zip |
- Update to 0.07
- Add LICENSE
- Add TEST_DEPENDS
- Support STAGEDIR
- Use single space after WWW:
Changes: http://search.cpan.org/dist/List-AllUtils/Changes
PR: ports/183334
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/pkg-plist | 6 |
4 files changed, 14 insertions, 13 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 2e5ecb534d89..04a3e9504453 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,8 +1,7 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ PORTNAME= List-AllUtils -PORTVERSION= 0.03 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,13 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package -BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils -RUN_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils +LICENSE= ART20 + +# As of Perl 5.18, List::Util in core are earlier than 1.31 +BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure -MAN3= List::AllUtils.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index d156713464f2..1ace7400ea6e 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,2 +1,2 @@ -SHA256 (List-AllUtils-0.03.tar.gz) = 4806cc718c5b7530d0bec48d3f7682e7f55a489be4014519d68f937c11c2a115 -SIZE (List-AllUtils-0.03.tar.gz) = 14355 +SHA256 (List-AllUtils-0.07.tar.gz) = 72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434 +SIZE (List-AllUtils-0.07.tar.gz) = 13902 diff --git a/devel/p5-List-AllUtils/pkg-descr b/devel/p5-List-AllUtils/pkg-descr index 98d494bcf035..ea196eadb611 100644 --- a/devel/p5-List-AllUtils/pkg-descr +++ b/devel/p5-List-AllUtils/pkg-descr @@ -3,4 +3,4 @@ defined in List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines. -WWW: http://search.cpan.org/dist/List-AllUtils/ +WWW: http://search.cpan.org/dist/List-AllUtils/ diff --git a/devel/p5-List-AllUtils/pkg-plist b/devel/p5-List-AllUtils/pkg-plist index ac506b25a0bb..0af5900fdc40 100644 --- a/devel/p5-List-AllUtils/pkg-plist +++ b/devel/p5-List-AllUtils/pkg-plist @@ -1,6 +1,6 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist %%SITE_PERL%%/List/AllUtils.pm -@dirrmtry %%SITE_PERL%%/List +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist +%%PERL5_MAN3%%/List::AllUtils.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List +@dirrmtry %%SITE_PERL%%/List |