- Avoid use of SITE_PERL in DEPENDS

- Don't use += when not needed

PR:		ports/167307
Approved by:	maintainer timeout (lippe, >2 weeks)
This commit is contained in:
Steve Wills 2012-05-19 15:19:26 +00:00
parent c33bd7a060
commit 78499b8c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296965

View File

@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Validation of the META.yml file in a distribution
BUILD_DEPENDS+= ${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}
BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes