aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-OpenSSL-Bignum
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-09-04 18:58:00 +0800
committererwin <erwin@FreeBSD.org>2003-09-04 18:58:00 +0800
commitc227862f4d475e59700df5dabf7741a6accd1692 (patch)
treeffc35c6d26be59a5e14bb22ac1cbb1555d678e53 /security/p5-Crypt-OpenSSL-Bignum
parenteb12796da63368360330451a6ccead7884f523a3 (diff)
downloadfreebsd-ports-gnome-c227862f4d475e59700df5dabf7741a6accd1692.tar.gz
freebsd-ports-gnome-c227862f4d475e59700df5dabf7741a6accd1692.tar.zst
freebsd-ports-gnome-c227862f4d475e59700df5dabf7741a6accd1692.zip
Crypt::OpenSSL::Bignum provides access to OpenSSL
multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Bignum')
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/Makefile22
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/distinfo1
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/pkg-descr9
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/pkg-plist11
4 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile
new file mode 100644
index 000000000000..070cdd555b55
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Crypt-OpenSSL-Bignum
+# Date created: Sep. 4, 2003
+# Whom: erwin@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-OpenSSL-Bignum
+PORTVERSION= 0.03
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@FreeBSD.org
+COMMENT= OpenSSL's multiprecision integer arithmetic
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-OpenSSL-Bignum/distinfo b/security/p5-Crypt-OpenSSL-Bignum/distinfo
new file mode 100644
index 000000000000..f029bd0cc6f4
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-Bignum/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-OpenSSL-Bignum-0.03.tar.gz) = b526c1554b2f3bf7d94bf0c8c474fd2d
diff --git a/security/p5-Crypt-OpenSSL-Bignum/pkg-descr b/security/p5-Crypt-OpenSSL-Bignum/pkg-descr
new file mode 100644
index 000000000000..c17bb821d6fe
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-Bignum/pkg-descr
@@ -0,0 +1,9 @@
+Crypt::OpenSSL::Bignum provides access to OpenSSL
+multiprecision integer arithmetic libraries. Presently,
+many though not all of the arithmetic operations that
+OpenSSL provides are exposed to perl. In addition,
+this module can be used to provide access to bignum
+values produced by other OpenSSL modules, such as key
+parameters from Crypt::OpenSSL::RSA.
+
+WWW: http://search.cpan.org/dist/Crypt-OpenSSL-Bignum/
diff --git a/security/p5-Crypt-OpenSSL-Bignum/pkg-plist b/security/p5-Crypt-OpenSSL-Bignum/pkg-plist
new file mode 100644
index 000000000000..300f2a888853
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-Bignum/pkg-plist
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Bignum/Bignum.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Bignum/Bignum.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Bignum/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL/Bignum/CTX.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL/Bignum.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Bignum
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL/Bignum
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true