From 00f4de7a02918f481bb2c4a9fb20df59d5e471cd Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 10 Apr 2012 01:30:06 +0000 Subject: [PATCH] - Add TEST_DEPENDS - Avoid duplicate DEPENDS - Avoid use of SITE_PERL in DEPENDS PR: ports/166133 Approved by: maintainer timeout (clsung, >2 weeks) --- textproc/p5-Search-Estraier/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/p5-Search-Estraier/Makefile b/textproc/p5-Search-Estraier/Makefile index c453a70a4694..f1a1f70bd8d0 100644 --- a/textproc/p5-Search-Estraier/Makefile +++ b/textproc/p5-Search-Estraier/Makefile @@ -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