| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/p5-Pod-Tree/ |
Upload File : |
PORTNAME= Pod-Tree
PORTVERSION= 1.31
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create a static syntax tree for a POD
WWW= https://metacpan.org/release/Pod-Tree
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Stream>=1.49:www/p5-HTML-Stream \
p5-IO-String>=1:devel/p5-IO-String \
p5-Path-Tiny>=0.105:devel/p5-Path-Tiny \
p5-Text-Template>=1:textproc/p5-Text-Template
TEST_DEPENDS= p5-Path-Tiny>=0.105:devel/p5-Path-Tiny \
p5-Test-Compile>1.2.1:devel/p5-Test-Compile
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
# 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>