Update mail/geary to version 0.10.0
[dports.git] / textproc / p5-Pod-Tree / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       Pod-Tree
5 PORTVERSION=    1.17
6 PORTREVISION=   1
7 CATEGORIES=     textproc devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Create a static syntax tree for a POD
13
14 RUN_DEPENDS=    p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \
15                 p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \
16                 p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template
17 BUILD_DEPENDS:= ${RUN_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 # conflict with pod2html in perl 5.6 or above
23 post-patch:
24         ${REINPLACE_CMD} -e 's/pod2html //g' ${WRKSRC}/Makefile.PL
25         ${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST
26         ${RM} ${WRKSRC}/t/pod2html.t
27
28 .include <bsd.port.mk>