diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 28 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/pkg-plist | 11 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7088f70d4f74..4a3a541ffed3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -155,6 +155,7 @@ SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP + SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-PGPSimple diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile new file mode 100644 index 000000000000..929b721afd77 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Crypt-OpenSSL-DSA +# Date created: 2002/09/20 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Crypt-OpenSSL-DSA +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random +RUN_DEPENDS= ${BUILD_DEPENDS} + +RESTRICTED= "Crypto; export-controlled" + +PERL_CONFIGURE= yes + +MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-DSA/distinfo b/security/p5-Crypt-OpenSSL-DSA/distinfo new file mode 100644 index 000000000000..523d53cafffc --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-OpenSSL-DSA-0.03.tar.gz) = 90f0537020c858ef329252465841e367 diff --git a/security/p5-Crypt-OpenSSL-DSA/pkg-comment b/security/p5-Crypt-OpenSSL-DSA/pkg-comment new file mode 100644 index 000000000000..e2d395541ed2 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/pkg-comment @@ -0,0 +1 @@ +Perl5 module to DSA signature verification using OpenSSL diff --git a/security/p5-Crypt-OpenSSL-DSA/pkg-descr b/security/p5-Crypt-OpenSSL-DSA/pkg-descr new file mode 100644 index 000000000000..4e4b9e6749ce --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/pkg-descr @@ -0,0 +1,2 @@ +Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm) +signature verification system. diff --git a/security/p5-Crypt-OpenSSL-DSA/pkg-plist b/security/p5-Crypt-OpenSSL-DSA/pkg-plist new file mode 100644 index 000000000000..fb0169a3b025 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA/Signature.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/DSA.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/DSA.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |