diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-04 04:21:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-04 04:21:15 +0800 |
commit | 40e905e4b57127f3f6075661e706d538f3e1d841 (patch) | |
tree | 7a328943fd6a77cebb230907b1f8296369ca5cb1 /security/Makefile | |
parent | cf997f0b446e1a38ea13e39eca71cb37ede90ef0 (diff) | |
download | freebsd-ports-gnome-40e905e4b57127f3f6075661e706d538f3e1d841.tar.gz freebsd-ports-gnome-40e905e4b57127f3f6075661e706d538f3e1d841.tar.zst freebsd-ports-gnome-40e905e4b57127f3f6075661e706d538f3e1d841.zip |
- Add p5-Crypt-OpenSSL-CA 0.21
Crypt-OpenSSL-CA - Model of an X509v3 Certification Authority
This package performs the cryptographic operations necessary to issue
X509 certificates and certificate revocation lists (CRLs). It is
implemented as a Perl wrapper around the popular OpenSSL library. All
certificate and CRL extensions supported by OpenSSL are available, and
then some.
WWW: http://search.cpan.org/dist/Crypt-OpenSSL-CA/
PR: ports/160167
Submitted by: Rodrigo Mosconi <freebsd@mosconi.mat.br>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 862df382f47b..b9fff19d6605 100644 --- a/security/Makefile +++ b/security/Makefile @@ -427,6 +427,7 @@ SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-AES SUBDIR += p5-Crypt-OpenSSL-Bignum + SUBDIR += p5-Crypt-OpenSSL-CA SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random |