diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
commit | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /textproc/p5-XML-Canonical | |
parent | c929ba4f690c6927ff80408b3761f972e24ebf47 (diff) | |
download | freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.gz freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.zst freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-XML-Canonical')
-rw-r--r-- | textproc/p5-XML-Canonical/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index 05cbe9ef6531..81fdf456eac3 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Canonical -# Date created: 2007-07-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= XML-Canonical PORTVERSION= 0.10 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Canonical.3 |