2013-08-02 20:52:07 +02:00
|
|
|
# Created by: ijliao
|
2004-08-10 09:27:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Pod-Tree
|
2010-06-23 10:24:54 +02:00
|
|
|
PORTVERSION= 1.17
|
2004-08-10 09:27:54 +02:00
|
|
|
CATEGORIES= textproc devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-10 09:27:54 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-29 08:29:48 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-10 09:27:54 +02:00
|
|
|
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
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2004-08-10 09:27:54 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-08-10 09:27:54 +02:00
|
|
|
|
2007-03-29 08:29:48 +02:00
|
|
|
# conflict with pod2html in perl 5.6 or above
|
2005-03-02 08:02:58 +01:00
|
|
|
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
|
2005-03-02 08:02:58 +01:00
|
|
|
|
2012-12-17 09:30:52 +01:00
|
|
|
.include <bsd.port.mk>
|