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 | |
parent | c8f188ea3e76ca3ffb694a62f81de09e1aa9c21a (diff) | |
download | ports-ef199f378c9204c7f2980816488f661b593d0466.tar.gz ports-ef199f378c9204c7f2980816488f661b593d0466.zip |
Notes
Diffstat (limited to 'security/p5-App-TLSMe')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 11 | ||||
-rw-r--r-- | security/p5-App-TLSMe/distinfo | 4 | ||||
-rw-r--r-- | security/p5-App-TLSMe/pkg-plist | 10 |
3 files changed, 15 insertions, 10 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> diff --git a/security/p5-App-TLSMe/distinfo b/security/p5-App-TLSMe/distinfo index c8bf27ce7774..084cedbb333d 100644 --- a/security/p5-App-TLSMe/distinfo +++ b/security/p5-App-TLSMe/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-TLSMe-0.10.tar.gz) = 21c3f91fea9f938803ef171b96a67fc5fb352226fa841fc7dccc9c5a0b64243c -SIZE (App-TLSMe-0.10.tar.gz) = 9176 +SHA256 (App-TLSMe-0.11.tar.gz) = 9913b4f5f51acc8271316b55d5799bbd87802827c5983d4b98d134f800d7fdbe +SIZE (App-TLSMe-0.11.tar.gz) = 10772 diff --git a/security/p5-App-TLSMe/pkg-plist b/security/p5-App-TLSMe/pkg-plist index 2a77af08668c..26089595417f 100644 --- a/security/p5-App-TLSMe/pkg-plist +++ b/security/p5-App-TLSMe/pkg-plist @@ -1,8 +1,18 @@ +man/man1/tlsme.1.gz +%%PERL5_MAN3%%/App::TLSMe.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection::http.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection::raw.3.gz +%%PERL5_MAN3%%/App::TLSMe::Pool.3.gz bin/tlsme %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/TLSMe/.packlist %%SITE_PERL%%/App/TLSMe.pm %%SITE_PERL%%/App/TLSMe/Connection.pm +%%SITE_PERL%%/App/TLSMe/Connection/http.pm +%%SITE_PERL%%/App/TLSMe/Connection/raw.pm +%%SITE_PERL%%/App/TLSMe/Logger.pm %%SITE_PERL%%/App/TLSMe/Pool.pm +@dirrm %%SITE_PERL%%/App/TLSMe/Connection @dirrm %%SITE_PERL%%/App/TLSMe @dirrmtry %%SITE_PERL%%/App @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/TLSMe |