diff options
author | lth <lth@FreeBSD.org> | 2013-11-23 23:11:09 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-11-23 23:11:09 +0800 |
commit | 0e64e297181920b8cc33988b390ae1f3132dcfd6 (patch) | |
tree | a5d88509bf4f0f155e916cc68db3bd2882453e03 /devel | |
parent | fc35f9bdc58a3457567f882306903aaf53f824a1 (diff) | |
download | freebsd-ports-gnome-0e64e297181920b8cc33988b390ae1f3132dcfd6.tar.gz freebsd-ports-gnome-0e64e297181920b8cc33988b390ae1f3132dcfd6.tar.zst freebsd-ports-gnome-0e64e297181920b8cc33988b390ae1f3132dcfd6.zip |
- Update to 0.002
- Add LICENSE
- Support STAGEDIR
- Update WWW link
Changes: https://metacpan.org/changes/distribution/TAP-SimpleOutput
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-TAP-SimpleOutput/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-TAP-SimpleOutput/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-TAP-SimpleOutput/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-TAP-SimpleOutput/pkg-plist | 1 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-TAP-SimpleOutput/Makefile b/devel/p5-TAP-SimpleOutput/Makefile index d0326f817b78..9bdbb4d88f5f 100644 --- a/devel/p5-TAP-SimpleOutput/Makefile +++ b/devel/p5-TAP-SimpleOutput/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= TAP-SimpleOutput -PORTVERSION= 0.001 +PORTVERSION= 0.002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= TAP @@ -10,13 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Simple closure-driven TAP generator -BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= TAP::SimpleOutput.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-TAP-SimpleOutput/distinfo b/devel/p5-TAP-SimpleOutput/distinfo index 44ee55d78a4d..08e7910f70f9 100644 --- a/devel/p5-TAP-SimpleOutput/distinfo +++ b/devel/p5-TAP-SimpleOutput/distinfo @@ -1,2 +1,2 @@ -SHA256 (TAP-SimpleOutput-0.001.tar.gz) = ffe9e9db9ec664c2f2bfa6457d4a4e3b512dfede10cd3708b75b72b74aa78af5 -SIZE (TAP-SimpleOutput-0.001.tar.gz) = 21321 +SHA256 (TAP-SimpleOutput-0.002.tar.gz) = a587f9d88c2dc40c3fb13304027a81afe4f33b08caa7b79e23d990da0e356e34 +SIZE (TAP-SimpleOutput-0.002.tar.gz) = 23265 diff --git a/devel/p5-TAP-SimpleOutput/pkg-descr b/devel/p5-TAP-SimpleOutput/pkg-descr index 83b0deb37b0c..81090768c452 100644 --- a/devel/p5-TAP-SimpleOutput/pkg-descr +++ b/devel/p5-TAP-SimpleOutput/pkg-descr @@ -1,4 +1,4 @@ A number of simple closures designed to help output TAP easily and correctly, with a minimum of fuss. -WWW: http://search.cpan.org/dist/TAP-SimpleOutput/ +WWW: http://metacpan.org/release/TAP-SimpleOutput diff --git a/devel/p5-TAP-SimpleOutput/pkg-plist b/devel/p5-TAP-SimpleOutput/pkg-plist index dae56c57f560..1a567d83bb9b 100644 --- a/devel/p5-TAP-SimpleOutput/pkg-plist +++ b/devel/p5-TAP-SimpleOutput/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/TAP/SimpleOutput.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput/.packlist +%%PERL5_MAN3%%/TAP::SimpleOutput.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP @dirrmtry %%SITE_PERL%%/TAP |