diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-04-11 03:26:17 +0800 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-04-11 03:26:17 +0800 |
commit | c1a6bd35547b6f2bdf4bc1115e1c73663c352758 (patch) | |
tree | 535f64924e29a8c2e8f01adf8051b2cd8765d3c3 /devel | |
parent | 94a2c1ed1b8464b954555265d488bcb83339e49a (diff) | |
download | freebsd-ports-gnome-c1a6bd35547b6f2bdf4bc1115e1c73663c352758.tar.gz freebsd-ports-gnome-c1a6bd35547b6f2bdf4bc1115e1c73663c352758.tar.zst freebsd-ports-gnome-c1a6bd35547b6f2bdf4bc1115e1c73663c352758.zip |
- Update to 1.06
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Test-Cmd/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Cmd/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Cmd/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Test-Cmd/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile index c293df06b07b..00269d74aa0c 100644 --- a/devel/p5-Test-Cmd/Makefile +++ b/devel/p5-Test-Cmd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Cmd -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for portable testing of commands and scripts +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Test-Cmd/distinfo b/devel/p5-Test-Cmd/distinfo index b44be0e2c75f..f9a31026f557 100644 --- a/devel/p5-Test-Cmd/distinfo +++ b/devel/p5-Test-Cmd/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-Cmd-1.05.tar.gz) = 335449a95d81cc16e4dc67e7bcfc02745faf4d02f7f431e0b19c469f331fd3be -SIZE (Test-Cmd-1.05.tar.gz) = 31104 +SHA256 (Test-Cmd-1.06.tar.gz) = 4c29053c673c19d0b3bcaad597c4454413de6394230ef63969680506d80eddb9 +SIZE (Test-Cmd-1.06.tar.gz) = 32661 diff --git a/devel/p5-Test-Cmd/pkg-plist b/devel/p5-Test-Cmd/pkg-plist index ac0af4894713..281ca74ea241 100644 --- a/devel/p5-Test-Cmd/pkg-plist +++ b/devel/p5-Test-Cmd/pkg-plist @@ -1,5 +1,5 @@ %%PERL5_MAN3%%/Test::Cmd.3.gz -%%PERL5_MAN3%%/Test::Common.3.gz +%%PERL5_MAN3%%/Test::Cmd::Common.3.gz %%SITE_PERL%%/Test/Cmd.pm %%SITE_PERL%%/Test/Cmd/Common.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cmd/.packlist |