diff options
Diffstat (limited to 'www/p5-HTML-FromText/Makefile')
-rw-r--r-- | www/p5-HTML-FromText/Makefile | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile index 770fd9f20d90..f618c5b0ca95 100644 --- a/www/p5-HTML-FromText/Makefile +++ b/www/p5-HTML-FromText/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-FromText -PORTVERSION= 1.005 +PORTVERSION= 2.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -15,8 +15,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca COMMENT= Mark up text as HTML +BUILD_DEPENDS= ${SITE_PERL}/Email/Find.pm:${PORTSDIR}/mail/p5-Email-Find \ + ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes +MAN1= text2html.1 MAN3= HTML::FromText.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e 's/_ foreach/_() foreach/' ${WRKSRC}/lib/HTML/FromText.pm +.endif + +.include <bsd.port.post.mk> |