diff options
author | az <az@FreeBSD.org> | 2013-09-11 15:40:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 15:40:59 +0800 |
commit | f88d925d58cc4815e24689a09c5aa76b4efa9e47 (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/p5-XML-DOM | |
parent | 56dc6706c0b7a29374fbd861c24648cceb5aed6f (diff) | |
download | freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.tar.gz freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.tar.zst freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index e95954cb3cfc..fedd2640639b 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: XML::DOM -# Date created: 7 Nov 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= XML-DOM PORTVERSION= 1.44 @@ -20,7 +15,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-RegExp>=0:${PORTSDIR}/textproc/p5-XML-RegExp BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::DOM.3 XML::DOM::AttDef.3 XML::DOM::AttlistDecl.3 \ XML::DOM::Attr.3 XML::DOM::CDATASection.3 \ |