- Add TEST_DEPENDS

- Avoid duplicate DEPENDS
- Avoid use of SITE_PERL in DEPENDS

PR:		ports/166133
Approved by:	maintainer timeout (clsung, >2 weeks)
This commit is contained in:
Steve Wills 2012-04-10 01:30:06 +00:00
parent f4ecf09122
commit 00f4de7a02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294475

View File

@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Pure perl module to use Hyper Estraier search engine
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes