diff options
author | culot <culot@FreeBSD.org> | 2013-08-09 16:39:09 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-08-09 16:39:09 +0800 |
commit | 070d5b0412bbc855ad57d46e4e42201d8f8b66e1 (patch) | |
tree | 11078606eb589068d8beb4817acda86b8ae9f653 | |
parent | 413f5ad817e418bb21db6c42d56c6e23768bec01 (diff) | |
download | freebsd-ports-gnome-070d5b0412bbc855ad57d46e4e42201d8f8b66e1.tar.gz freebsd-ports-gnome-070d5b0412bbc855ad57d46e4e42201d8f8b66e1.tar.zst freebsd-ports-gnome-070d5b0412bbc855ad57d46e4e42201d8f8b66e1.zip |
- Update to 0.19
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
- Take maintainership
Changes: http://search.cpan.org/dist/Parse-ErrorString-Perl/Changes
-rw-r--r-- | devel/p5-Parse-ErrorString-Perl/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Parse-ErrorString-Perl/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-Parse-ErrorString-Perl/Makefile b/devel/p5-Parse-ErrorString-Perl/Makefile index 257e612188b0..a6ec88542ae7 100644 --- a/devel/p5-Parse-ErrorString-Perl/Makefile +++ b/devel/p5-Parse-ErrorString-Perl/Makefile @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= Parse-ErrorString-Perl -PORTVERSION= 0.15 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Parse error messages from the Perl interpreter -BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Pod-POM>=0.27:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Parse-ErrorString-Perl/distinfo b/devel/p5-Parse-ErrorString-Perl/distinfo index f119d674895e..180bdfdc0944 100644 --- a/devel/p5-Parse-ErrorString-Perl/distinfo +++ b/devel/p5-Parse-ErrorString-Perl/distinfo @@ -1,2 +1,2 @@ -SHA256 (Parse-ErrorString-Perl-0.15.tar.gz) = dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253 -SIZE (Parse-ErrorString-Perl-0.15.tar.gz) = 20490 +SHA256 (Parse-ErrorString-Perl-0.19.tar.gz) = ff724115ddab48d0b98a4287d0c480ab66c0c200ee6474da5f45f782de04feb4 +SIZE (Parse-ErrorString-Perl-0.19.tar.gz) = 28489 |