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-EasyTCP | |
parent | 362e03454522e36a45140e43da233a9547c6683c (diff) | |
download | ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.tar.gz ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.zip |
Notes
Diffstat (limited to 'net/p5-EasyTCP')
-rw-r--r-- | net/p5-EasyTCP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-EasyTCP/Makefile b/net/p5-EasyTCP/Makefile index abc8380a49f9..5e6ee11f2d1c 100644 --- a/net/p5-EasyTCP/Makefile +++ b/net/p5-EasyTCP/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easily create TCP/IP clients and servers -BUILD_DEPENDS= ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA +BUILD_DEPENDS= p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |