1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- update to 1.16

This commit is contained in:
Yen-Ming Lee 2009-04-23 23:28:33 +00:00
parent caf42bbc1f
commit ef8da359d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232621
3 changed files with 16 additions and 10 deletions

View File

@ -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>

View File

@ -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

View File

@ -1,3 +1,4 @@
bin/mod2html
bin/perl2html
bin/pods2html
bin/podtree2html