diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /textproc/p5-XML-Hash-LX | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'textproc/p5-XML-Hash-LX')
-rw-r--r-- | textproc/p5-XML-Hash-LX/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Hash-LX/Makefile b/textproc/p5-XML-Hash-LX/Makefile index 2c5fcda1a551..c0364b98395d 100644 --- a/textproc/p5-XML-Hash-LX/Makefile +++ b/textproc/p5-XML-Hash-LX/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Hash-LX -# Date created: 09 Dec, 2009 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-Hash-LX PORTVERSION= 0.0603 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Hash::LX.3 |