diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 09:46:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 09:46:27 +0000 |
commit | b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa (patch) | |
tree | dc48da2e5d9809b240812b92e7dd6f1ec8b42bec /net/p5-Net-Patricia | |
parent | 362e03454522e36a45140e43da233a9547c6683c (diff) | |
download | ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.tar.gz ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.zip |
Notes
Diffstat (limited to 'net/p5-Net-Patricia')
-rw-r--r-- | net/p5-Net-Patricia/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile index 2bb5a267245f..af079e678d29 100644 --- a/net/p5-Net-Patricia/Makefile +++ b/net/p5-Net-Patricia/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fast IP address lookups -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ - ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \ - ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version \ + p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ + p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 PERL_CONFIGURE= YES |