freebsd-ports/textproc/p5-Pod-Tree/Makefile

28 lines
691 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= Pod-Tree
2010-06-23 10:24:54 +02:00
PORTVERSION= 1.17
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2007-03-29 08:29:48 +02:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Create a static syntax tree for a POD
2009-04-24 01:28:33 +02:00
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}
USES= perl5
USE_PERL5= configure
2007-03-29 08:29:48 +02:00
# conflict with pod2html in perl 5.6 or above
post-patch:
${REINPLACE_CMD} -e 's/pod2html //g' ${WRKSRC}/Makefile.PL
2007-04-08 03:14:53 +02:00
${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST
2007-03-29 08:29:48 +02:00
${RM} ${WRKSRC}/t/pod2html.t
.include <bsd.port.mk>