summaryrefslogtreecommitdiffstats
path: root/net/p5-Test-URI/Makefile
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 05:52:54 +0000
committeraz <az@FreeBSD.org>2012-06-30 05:52:54 +0000
commit7334f9e3595adca6e3037545ff416a5565658030 (patch)
tree043befe8e5815425dd16f87ee2ff808986cb7b24 /net/p5-Test-URI/Makefile
parentaa44daa1a2357db2175dd99b45bc46bbdfc3e66b (diff)
downloadFreeBSD-ports-7334f9e3595adca6e3037545ff416a5565658030.zip
FreeBSD-ports-7334f9e3595adca6e3037545ff416a5565658030.tar.gz
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/p5-Test-URI/Makefile')
-rw-r--r--net/p5-Test-URI/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Test-URI/Makefile b/net/p5-Test-URI/Makefile
index 88dd7bb..e5500b3 100644
--- a/net/p5-Test-URI/Makefile
+++ b/net/p5-Test-URI/Makefile
@@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl module for check URI
-RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple
-BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
OpenPOWER on IntegriCloud