diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 08:11:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 08:11:44 +0000 |
commit | ef199f378c9204c7f2980816488f661b593d0466 (patch) | |
tree | 7a5902cba9607700e0a86c234778a8181d30049f /security/p5-App-TLSMe/Makefile | |
parent | c8f188ea3e76ca3ffb694a62f81de09e1aa9c21a (diff) |
Notes
Diffstat (limited to 'security/p5-App-TLSMe/Makefile')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index 7b740b286f64..bf1b124907ae 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= App-TLSMe -PORTVERSION= 0.100000 +PORTVERSION= 0.110000 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,17 +12,12 @@ 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-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Proc-Pidfile>0:${PORTSDIR}/devel/p5-Proc-Pidfile BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP USES= perl5 USE_PERL5= configure -MAN1= tlsme.1 -MAN3= App::TLSMe.3 \ - App::TLSMe::Connection.3 \ - App::TLSMe::Pool.3 - -NO_STAGE= yes .include <bsd.port.mk> |