aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Tree/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-08 01:14:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-08 01:14:53 +0000
commitd224288b54e0ea943449d2038601112c82c4bb11 (patch)
tree214a0c1ac3baa159e446b9eaf6e2167332f18c29 /textproc/p5-Pod-Tree/Makefile
parent703f2ef16b109bdf4ea2d97d03e64e5f9ee1ddb3 (diff)
downloadports-d224288b54e0ea943449d2038601112c82c4bb11.tar.gz
ports-d224288b54e0ea943449d2038601112c82c4bb11.zip
Notes
Diffstat (limited to 'textproc/p5-Pod-Tree/Makefile')
-rw-r--r--textproc/p5-Pod-Tree/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile
index b28712693c5a..8a416e3e675a 100644
--- a/textproc/p5-Pod-Tree/Makefile
+++ b/textproc/p5-Pod-Tree/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Pod-Tree
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
@@ -17,6 +17,7 @@ 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
BUILD_DEPENDS= ${RUN_DEPENDS}
@@ -38,6 +39,7 @@ MAN3= Pod::Tree.3 \
# conflict with pod2html in perl 5.6 or above
post-patch:
${REINPLACE_CMD} -e 's/pod2html //g' ${WRKSRC}/Makefile.PL
+ ${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST
${RM} ${WRKSRC}/t/pod2html.t
.include <bsd.port.mk>