diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-12-06 14:02:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-12-06 14:02:20 +0000 |
commit | 75aaa3462e96aa3dec951410fa84719068d431b2 (patch) | |
tree | 75a5af3c05fac7f6b361dabbcaf6bab4efad7269 /security/p5-App-TLSMe | |
parent | 3fe196b3e9e38fd2a5d95e0cef67363c8c3c1b94 (diff) |
TLS/SSL proxy in front of the application creates a transparent
encryption tunnel.
WWW: http://search.cpan.org/dist/App-TLSMe/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286978
Diffstat (limited to 'security/p5-App-TLSMe')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 29 | ||||
-rw-r--r-- | security/p5-App-TLSMe/distinfo | 2 | ||||
-rw-r--r-- | security/p5-App-TLSMe/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-App-TLSMe/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile new file mode 100644 index 000000000000..8af180e1158a --- /dev/null +++ b/security/p5-App-TLSMe/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: App::TLSMe +# Date created: 06 Dec 2011 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= App-TLSMe +PORTVERSION= 0.009001 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +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 +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= tlsme.1 +MAN3= App::TLSMe.3 \ + App::TLSMe::Connection.3 \ + App::TLSMe::Pool.3 + +.include <bsd.port.mk> diff --git a/security/p5-App-TLSMe/distinfo b/security/p5-App-TLSMe/distinfo new file mode 100644 index 000000000000..8ed5c1343197 --- /dev/null +++ b/security/p5-App-TLSMe/distinfo @@ -0,0 +1,2 @@ +SHA256 (App-TLSMe-0.009001.tar.gz) = aefbd1fa9c9ea91a4ec64f3660f3143c72ed3a5be08b19140e025d020088c4b4 +SIZE (App-TLSMe-0.009001.tar.gz) = 6422 diff --git a/security/p5-App-TLSMe/pkg-descr b/security/p5-App-TLSMe/pkg-descr new file mode 100644 index 000000000000..12eeb2b75ebf --- /dev/null +++ b/security/p5-App-TLSMe/pkg-descr @@ -0,0 +1,4 @@ +TLS/SSL proxy in front of the application creates a transparent +encryption tunnel. + +WWW: http://search.cpan.org/dist/App-TLSMe/ diff --git a/security/p5-App-TLSMe/pkg-plist b/security/p5-App-TLSMe/pkg-plist new file mode 100644 index 000000000000..2a77af08668c --- /dev/null +++ b/security/p5-App-TLSMe/pkg-plist @@ -0,0 +1,9 @@ +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/Pool.pm +@dirrm %%SITE_PERL%%/App/TLSMe +@dirrmtry %%SITE_PERL%%/App +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/TLSMe +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App |