diff options
Diffstat (limited to 'security/p5-App-TLSMe/Makefile')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index 002192708d9..eb9d74372a0 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -12,11 +12,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TLS/SSL tunnel RUN_DEPENDS= \ - p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-Proc-Pidfile>0:${PORTSDIR}/devel/p5-Proc-Pidfile + p5-AnyEvent>=5.34:devel/p5-AnyEvent \ + p5-Net-SSLeay>0:security/p5-Net-SSLeay \ + p5-Proc-Pidfile>0:devel/p5-Proc-Pidfile BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-TCP>0:devel/p5-Test-TCP USES= perl5 USE_PERL5= configure |