- Avoid use of SITE_PERL in DEPENDS

- Mark JOBS unsafe since tests fail with JOBS enabled
This commit is contained in:
Steve Wills 2012-05-04 19:15:45 +00:00
parent 8d0c43914d
commit 6bce0a7823
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296018

View File

@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Trivial API for reading and writing XML (esp config files)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/XML/SAX/Expat.pm:${PORTSDIR}/textproc/p5-XML-SAX-Expat
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= YES
MAN3= XML::Simple.3 XML::Simple::FAQ.3