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-POE-Component-ControlPort/Makefile | |
parent | 362e03454522e36a45140e43da233a9547c6683c (diff) | |
download | ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.tar.gz ports-b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa.zip |
Notes
Diffstat (limited to 'net/p5-POE-Component-ControlPort/Makefile')
-rw-r--r-- | net/p5-POE-Component-ControlPort/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-POE-Component-ControlPort/Makefile b/net/p5-POE-Component-ControlPort/Makefile index 0c0c37b091f6..02f80f2c21d5 100644 --- a/net/p5-POE-Component-ControlPort/Makefile +++ b/net/p5-POE-Component-ControlPort/Makefile @@ -15,10 +15,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Network control port for POE applications RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/Authen/Libwrap.pm:${PORTSDIR}/security/p5-Authen-Libwrap \ - ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE + p5-Authen-Libwrap>=0:${PORTSDIR}/security/p5-Authen-Libwrap \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes |