diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
commit | 0faac6c323364fb8c2e81c8de2d24da503853d9c (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-XML-Rewrite | |
parent | a36b68f645d35088308afc9f4524f42d809e6f05 (diff) | |
download | ports-0faac6c323364fb8c2e81c8de2d24da503853d9c.tar.gz ports-0faac6c323364fb8c2e81c8de2d24da503853d9c.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Rewrite')
-rw-r--r-- | textproc/p5-XML-Rewrite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Rewrite/Makefile b/textproc/p5-XML-Rewrite/Makefile index 2b0f842ab160..77f9aa7a4447 100644 --- a/textproc/p5-XML-Rewrite/Makefile +++ b/textproc/p5-XML-Rewrite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Rewrite -# Date created: 2010-11-23 -# Whom: Patrick Powell <papowell@astart.com> -# +# Created by: Patrick Powell <papowell@astart.com> # $FreeBSD$ -# PORTNAME= XML-Rewrite PORTVERSION= 0.10 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \ p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= xmlrewrite.1 MAN3= XML::Rewrite.3 \ |