diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-11 02:34:19 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-11 02:34:19 +0800 |
commit | a6eced4a6113f579a7040d355264a9f82cb7c2de (patch) | |
tree | f40a86c22ee4b10023873d1bd52f4ef6ab9cb9e5 | |
parent | f66b18c80bdbda0a0ae9382ccd9429d30b270837 (diff) | |
download | freebsd-ports-gnome-a6eced4a6113f579a7040d355264a9f82cb7c2de.tar.gz freebsd-ports-gnome-a6eced4a6113f579a7040d355264a9f82cb7c2de.tar.zst freebsd-ports-gnome-a6eced4a6113f579a7040d355264a9f82cb7c2de.zip |
- Update to 0.10
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/List-AllUtils/Changes
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 596ac5a18056..10f60c249eb0 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= List-AllUtils -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-List-MoreUtils>=0.28:lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings +NO_ARCH= yes USE_PERL5= configure USES= perl5 diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index 6c06700a7b06..27c9181630f8 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,2 +1,2 @@ -SHA256 (List-AllUtils-0.09.tar.gz) = 4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2 -SIZE (List-AllUtils-0.09.tar.gz) = 25846 +SHA256 (List-AllUtils-0.10.tar.gz) = 5c33d562782bd488d2852fe9a8404ac9c765b8d3aa9014c46c55bb15eadf93e1 +SIZE (List-AllUtils-0.10.tar.gz) = 37758 |