diff options
author | culot <culot@FreeBSD.org> | 2015-05-21 14:08:42 +0000 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-05-21 14:08:42 +0000 |
commit | 114df20fe2d948f85aada18b3b09d816f5181c2c (patch) | |
tree | 92930b36de5e7acbcd49c6309af83da281d882ce | |
parent | 29ddc951995f2cc2f042964f24d027496cb09a7b (diff) | |
download | FreeBSD-ports-114df20fe2d948f85aada18b3b09d816f5181c2c.zip FreeBSD-ports-114df20fe2d948f85aada18b3b09d816f5181c2c.tar.gz |
- Update to 1.23
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/pkg-plist | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 6ca050a..45c7e9b 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.20 +PORTVERSION= 1.23 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create a static syntax tree for a POD +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \ p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \ + p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo index cc6ee0e..3f076a9 100644 --- a/textproc/p5-Pod-Tree/distinfo +++ b/textproc/p5-Pod-Tree/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Tree-1.20.tar.gz) = 48c26c282183ffe1ea2d9eacc74a5c52af0ff2ed3532ba00a6cd25e44c6041f4 -SIZE (Pod-Tree-1.20.tar.gz) = 63088 +SHA256 (Pod-Tree-1.23.tar.gz) = 67b5b237a62c85de4a7530630c97d91736abb1b72e23570b7fa3abd880d69fab +SIZE (Pod-Tree-1.23.tar.gz) = 63119 diff --git a/textproc/p5-Pod-Tree/pkg-plist b/textproc/p5-Pod-Tree/pkg-plist index 98d512f..a9333d6 100644 --- a/textproc/p5-Pod-Tree/pkg-plist +++ b/textproc/p5-Pod-Tree/pkg-plist @@ -14,6 +14,8 @@ bin/podtree2html %%PERL5_MAN3%%/Pod::Tree::PerlTop.3.gz %%PERL5_MAN3%%/Pod::Tree::Pod.3.gz %%SITE_PERL%%/Pod/Tree.pm +%%SITE_PERL%%/Pod/Tree/BitBucket.pm +%%SITE_PERL%%/Pod/Tree/HTML/PerlTop.pm %%SITE_PERL%%/Pod/Tree/HTML.pm %%SITE_PERL%%/Pod/Tree/Node.pm %%SITE_PERL%%/Pod/Tree/PerlBin.pm @@ -25,6 +27,8 @@ bin/podtree2html %%SITE_PERL%%/Pod/Tree/PerlTop.pm %%SITE_PERL%%/Pod/Tree/PerlUtil.pm %%SITE_PERL%%/Pod/Tree/Pod.pm +%%SITE_PERL%%/Pod/Tree/StrStream.pm +%%SITE_PERL%%/Pod/Tree/Stream.pm man/man1/mod2html.1.gz man/man1/perl2html.1.gz man/man1/pods2html.1.gz |