diff options
author | swills <swills@FreeBSD.org> | 2012-03-10 03:55:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-10 03:55:35 +0800 |
commit | 33b880596557a207e7c0b865b4b22715db6c8efe (patch) | |
tree | 69b997c9a54dce8ef589263c7203f08adcfd0f0d /security | |
parent | a85411876210e2e1b07d48b8fb2e6736223f7335 (diff) | |
download | freebsd-ports-gnome-33b880596557a207e7c0b865b4b22715db6c8efe.tar.gz freebsd-ports-gnome-33b880596557a207e7c0b865b4b22715db6c8efe.tar.zst freebsd-ports-gnome-33b880596557a207e7c0b865b4b22715db6c8efe.zip |
Perl Crypto Extention to OpenSSL
WWW: http://search.cpan.org/dist/OpenCA-OpenSSL/
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-OpenCA-OpenSSL/Makefile | 27 | ||||
-rw-r--r-- | security/p5-OpenCA-OpenSSL/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-OpenCA-OpenSSL/pkg-plist | 11 |
4 files changed, 42 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 05e5b6216a2d..842d061c158d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -553,6 +553,7 @@ SUBDIR += p5-Nmap-Scanner SUBDIR += p5-OpenCA-CRL SUBDIR += p5-OpenCA-CRR + SUBDIR += p5-OpenCA-OpenSSL SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile new file mode 100644 index 000000000000..7dece5f1e3ff --- /dev/null +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-OpenCA-OpenSSL +# Date created: 2012-03-09 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= OpenCA-OpenSSL +PORTVERSION= 2.0.29 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MADWOLF +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl Crypto Extention to OpenSSL + +BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= OpenCA::OpenSSL.3 + +.include <bsd.port.mk> diff --git a/security/p5-OpenCA-OpenSSL/pkg-descr b/security/p5-OpenCA-OpenSSL/pkg-descr new file mode 100644 index 000000000000..016ec9c346fe --- /dev/null +++ b/security/p5-OpenCA-OpenSSL/pkg-descr @@ -0,0 +1,3 @@ +Perl Crypto Extention to OpenSSL + +WWW: http://search.cpan.org/dist/OpenCA-OpenSSL/ diff --git a/security/p5-OpenCA-OpenSSL/pkg-plist b/security/p5-OpenCA-OpenSSL/pkg-plist new file mode 100644 index 000000000000..b0d3150b09fe --- /dev/null +++ b/security/p5-OpenCA-OpenSSL/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/OpenCA/OpenSSL/SMIME.pm +%%SITE_PERL%%/%%PERL_ARCH%%/OpenCA/OpenSSL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/OpenCA/OpenSSL.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/OpenSSL/OpenSSL.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/OpenSSL/OpenSSL.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/OpenSSL/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/OpenSSL/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/OpenSSL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenCA/OpenSSL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenCA |