diff options
Diffstat (limited to 'textproc/p5-XML-Parser-Style-EasyTree/Makefile')
-rw-r--r-- | textproc/p5-XML-Parser-Style-EasyTree/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Parser-Style-EasyTree/Makefile b/textproc/p5-XML-Parser-Style-EasyTree/Makefile index 9ce831dc6985..820573c78ec4 100644 --- a/textproc/p5-XML-Parser-Style-EasyTree/Makefile +++ b/textproc/p5-XML-Parser-Style-EasyTree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-XML-Parser-Style-EasyTree -# Date created: 28 July 2009 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-Parser-Style-EasyTree PORTVERSION= 0.09 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-ex-lib>=0.03:${PORTSDIR}/devel/p5-ex-lib RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Parser::Style::EasyTree.3 XML::Parser::Style::ETree.3 |