diff options
author | az <az@FreeBSD.org> | 2013-09-11 15:12:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 15:12:18 +0800 |
commit | f577189aa1373816a4191a45bdc9b91646944700 (patch) | |
tree | b790926090e5ba48d7e2febe73a92d8a3b110612 /textproc/p5-XML-Generator | |
parent | bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13 (diff) | |
download | freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.tar.gz freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.tar.zst freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-XML-Generator')
-rw-r--r-- | textproc/p5-XML-Generator/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Generator/Makefile b/textproc/p5-XML-Generator/Makefile index 1b54e6d65bcb..3b25cfb0fb24 100644 --- a/textproc/p5-XML-Generator/Makefile +++ b/textproc/p5-XML-Generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::Generator -# Date created: 22 January 2004 -# Whom: Andreas Heil <ah@linux-hq.de> -# +# Created by: Andreas Heil <ah@linux-hq.de> # $FreeBSD$ -# PORTNAME= XML-Generator PORTVERSION= 1.04 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM TEST_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Generator.3 XML::Generator::DOM.3 |