diff options
author | heinz <heinz> | 2003-12-03 22:07:21 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-03 22:07:21 +0000 |
commit | 27048795528593999726be505d157d7284a13939 (patch) | |
tree | 59537c47ad892894c35eed56d9459f5780afefa0 /security | |
parent | b6754bfe07d82324d2dfb57281bce441e521974d (diff) | |
download | pkgsrc-27048795528593999726be505d157d7284a13939.tar.gz |
Import of p5-Crypt-OpenSSL-DSA.
Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm)
signature verification system.
It is a thin XS wrapper to the DSA functions contained in the
OpenSSL crypto library.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/DESCR b/security/p5-Crypt-OpenSSL-DSA/DESCR new file mode 100644 index 00000000000..a10ca9f6477 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/DESCR @@ -0,0 +1,4 @@ +Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm) +signature verification system. +It is a thin XS wrapper to the DSA functions contained in the +OpenSSL crypto library. diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile new file mode 100644 index 00000000000..798ff9a37cf --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $ +# + +DISTNAME= Crypt-OpenSSL-DSA-0.11 +PKGNAME= p5-${DISTNAME} +PKGREVISION= # empty +SVR4_PKGNAME= p5ods +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://perl-openssl.sourceforge.net/ +COMMENT= Perl5 wrapper module for the OpenSSL DSA functions + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/OpenSSL/DSA/.packlist + +.include "../../security/openssl/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-OpenSSL-DSA/PLIST b/security/p5-Crypt-OpenSSL-DSA/PLIST new file mode 100644 index 00000000000..039cbccdaae --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $ diff --git a/security/p5-Crypt-OpenSSL-DSA/distinfo b/security/p5-Crypt-OpenSSL-DSA/distinfo new file mode 100644 index 00000000000..d889c51e9a5 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $ + +SHA1 (Crypt-OpenSSL-DSA-0.11.tar.gz) = 22261da8f7125bd52681acc4e6d48f9c97a4191e +Size (Crypt-OpenSSL-DSA-0.11.tar.gz) = 5415 bytes |