mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 4 additions and 6 deletions
|
@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Perl module for building DOM Level 1 compliant document structures
|
COMMENT= Perl module for building DOM Level 1 compliant document structures
|
||||||
|
|
||||||
RUN_DEPENDS= ${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||||
${PBASE}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
|
${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
|
||||||
${PBASE}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||||
${PBASE}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
|
${SITE_PERL}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
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::ProcessingInstruction.3 XML::DOM::Text.3 \
|
||||||
XML::DOM::XMLDecl.3 XML::Handler::BuildDOM.3
|
XML::DOM::XMLDecl.3 XML::Handler::BuildDOM.3
|
||||||
|
|
||||||
PBASE= ${SITE_PERL}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue