diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /net/p5-Test-URI/Makefile | |
parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) | |
download | ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.tar.gz ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.zip |
Notes
Diffstat (limited to 'net/p5-Test-URI/Makefile')
-rw-r--r-- | net/p5-Test-URI/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Test-URI/Makefile b/net/p5-Test-URI/Makefile index 88dd7bb6f256..e5500b37090d 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 |