summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOM
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-15 09:13:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-15 09:13:09 +0000
commit4f5ee92bfbb03c28b3a5a2bcc98378b44047db2a (patch)
tree5ffa75faf61721c895922a16e0aacc64618efab7 /textproc/p5-XML-DOM
parent- Update to 0.32 (diff)
- Use SITE_PERL directly
PR: ports/158988 Submitted by: sunpoet (myself) Approved by: kuriyama (maintainer timeout, 4 weeks)
Notes
Notes: svn path=/head/; revision=279746
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r--textproc/p5-XML-DOM/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile
index 8b50a89b9ac2..e21368b31372 100644
--- a/textproc/p5-XML-DOM/Makefile
+++ b/textproc/p5-XML-DOM/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module for building DOM Level 1 compliant document structures
-RUN_DEPENDS= ${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${PBASE}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
- ${PBASE}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${PBASE}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+ ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
+ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -35,6 +35,4 @@ MAN3= XML::DOM.3 XML::DOM::AttDef.3 XML::DOM::AttlistDecl.3 \
XML::DOM::ProcessingInstruction.3 XML::DOM::Text.3 \
XML::DOM::XMLDecl.3 XML::Handler::BuildDOM.3
-PBASE= ${SITE_PERL}
-
.include <bsd.port.mk>