diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 09:22:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 09:22:34 +0000 |
commit | 0a4f2d9b47dc1f8dde5102b736d135acc7c1adc4 (patch) | |
tree | 53e9ede1f5d08b47a3ca639f53046274460da17e /security/p5-Crypt-OpenSSL-RSA | |
parent | 543ac930586104af21012750f0fa0dc6c6768e4b (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 28 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-plist | 16 |
5 files changed, 49 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile new file mode 100644 index 000000000000..6cfe6fcf6b61 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Crypt-OpenSSL-RSA +# Date created: 2001/08/27 +# Whom: nork@cityfujisawa.ne.jp +# +# $FreeBSD$ +# + +PORTNAME= Crypt-OpenSSL-RSA +PORTVERSION= 0.11 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@cityfujisawa.ne.jp + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/local/p5-Crypt-OpenSSL-Random +RUN_DEPENDS= ${BUILD_DEPENDS} + +RESTRICTED= "Crypto; export-controlled" + +PERL_CONFIGURE= yes + +MAN3= Crypt::OpenSSL::RSA.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo new file mode 100644 index 000000000000..0e9feb26e98b --- /dev/null +++ b/security/p5-Crypt-OpenSSL-RSA/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-OpenSSL-RSA-0.11.tar.gz) = a6df6d5ff35c79d5ecada31e6a304036 diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-comment b/security/p5-Crypt-OpenSSL-RSA/pkg-comment new file mode 100644 index 000000000000..8697e16daa0e --- /dev/null +++ b/security/p5-Crypt-OpenSSL-RSA/pkg-comment @@ -0,0 +1 @@ +Perl5 module to RSA encode and decode strings using OpenSSL diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-descr b/security/p5-Crypt-OpenSSL-RSA/pkg-descr new file mode 100644 index 000000000000..3c34204aa951 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-RSA/pkg-descr @@ -0,0 +1,3 @@ +Crypt::OpenSSL::RSA provides the ability to RSA encrypt +strings which are somewhat shorter than the block size of +a key. It also allows for decryption. diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-plist b/security/p5-Crypt-OpenSSL-RSA/pkg-plist new file mode 100644 index 000000000000..c3fa1eedf6c4 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-RSA/pkg-plist @@ -0,0 +1,16 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/RSA.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/RSA.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/RSA.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/new.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/DESTROY.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/load_public_key.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/load_private_key.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/set_padding_mode.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_padding_mode.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_public_key_string.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_private_key_string.al +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA +@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%%/auto/Crypt/OpenSSL 2>/dev/null || true |