freebsd-ports/textproc/p5-Pod-Tree/Makefile
Sunpoet Po-Chuan Hsieh f1cba873fa - Update to 1.25
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Pod-Tree/Changes
2015-05-27 09:50:09 +00:00

39 lines
1 KiB
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Pod-Tree
PORTVERSION= 1.25
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create a static syntax tree for a POD
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \
p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \
p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile
USES= perl5
USE_PERL5= configure
# 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.pre.mk>
.if ${PERL_LEVEL} < 502000
TEST_DEPENDS+= p5-Test-Simple>=1:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>