diff options
author | leeym <leeym@FreeBSD.org> | 2009-04-24 07:28:33 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-04-24 07:28:33 +0800 |
commit | bdf40d2fe17c10700a14ea385a73cf838e9e7d06 (patch) | |
tree | 4787f5fc434b9fdfcf4154e857f31c125f739a2a /textproc/p5-Pod-Tree | |
parent | bfedf5abad9ebf3b7f2af1725a58321c03e16710 (diff) | |
download | freebsd-ports-gnome-bdf40d2fe17c10700a14ea385a73cf838e9e7d06.tar.gz freebsd-ports-gnome-bdf40d2fe17c10700a14ea385a73cf838e9e7d06.tar.zst freebsd-ports-gnome-bdf40d2fe17c10700a14ea385a73cf838e9e7d06.zip |
- update to 1.16
Diffstat (limited to 'textproc/p5-Pod-Tree')
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/pkg-plist | 1 |
3 files changed, 16 insertions, 10 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 637d214508d0..2391c00f2303 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Pod-Tree -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create a static syntax tree for a POD -RUN_DEPENDS= ${SITE_PERL}/HTML/Stream.pm:${PORTSDIR}/www/p5-HTML-Stream \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes +RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \ + p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \ + p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN1= perl2html.1 pods2html.1 \ - podtree2html.1 +MAN1= mod2html.1 perl2html.1 pods2html.1 podtree2html.1 MAN3= Pod::Tree.3 \ Pod::Tree::HTML.3 \ Pod::Tree::Node.3 \ @@ -42,4 +41,10 @@ post-patch: ${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST ${RM} ${WRKSRC}/t/pod2html.t -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Pod-Escapes>=1.02:${PORTSDIR}/textproc/p5-Pod-Escapes +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo index 00c7eaae7544..542ba36066c3 100644 --- a/textproc/p5-Pod-Tree/distinfo +++ b/textproc/p5-Pod-Tree/distinfo @@ -1,3 +1,3 @@ -MD5 (Pod-Tree-1.15.tar.gz) = c46fa51246aaef7b2defe2b6f1b7f221 -SHA256 (Pod-Tree-1.15.tar.gz) = 304652949a471c1c060560989e2d4d7b9d7162ab9be2316428d911ba0f2b2f84 -SIZE (Pod-Tree-1.15.tar.gz) = 65505 +MD5 (Pod-Tree-1.16.tar.gz) = 229cfec04b32bfcf41a80bc0c5a1e5f2 +SHA256 (Pod-Tree-1.16.tar.gz) = 514d3c672b6c79c72920acd4a1ed1c8cf5469fcecc16c080b98d3180ba3c2969 +SIZE (Pod-Tree-1.16.tar.gz) = 67067 diff --git a/textproc/p5-Pod-Tree/pkg-plist b/textproc/p5-Pod-Tree/pkg-plist index d5412ef7b00c..172fb6624662 100644 --- a/textproc/p5-Pod-Tree/pkg-plist +++ b/textproc/p5-Pod-Tree/pkg-plist @@ -1,3 +1,4 @@ +bin/mod2html bin/perl2html bin/pods2html bin/podtree2html |