mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Use SITE_PERL directly
PR: ports/158988 Submitted by: sunpoet (myself) Approved by: kuriyama (maintainer timeout, 4 weeks)
This commit is contained in:
parent
55079d8532
commit
4f5ee92bfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279746
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user