diff options
Diffstat (limited to 'textproc/p5-HTML-EscapeEvil/Makefile')
-rw-r--r-- | textproc/p5-HTML-EscapeEvil/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-HTML-EscapeEvil/Makefile b/textproc/p5-HTML-EscapeEvil/Makefile index 5a9511990d3f..89cbff0f9e1d 100644 --- a/textproc/p5-HTML-EscapeEvil/Makefile +++ b/textproc/p5-HTML-EscapeEvil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-HTML-EscapeEvil -# Date created: 13 February 2006 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-EscapeEvil PORTVERSION= 0.05 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::EscapeEvil.3 |