summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Crypt-Blowfish/Makefile21
-rw-r--r--security/p5-Crypt-Blowfish/files/md53
-rw-r--r--security/p5-Crypt-Blowfish/pkg/COMMENT1
-rw-r--r--security/p5-Crypt-Blowfish/pkg/DESCR4
-rw-r--r--security/p5-Crypt-Blowfish/pkg/PLIST1
5 files changed, 30 insertions, 0 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
new file mode 100644
index 00000000000..4361fe47371
--- /dev/null
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2001/01/18 18:25:19 explorer Exp $
+# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
+#
+
+DISTNAME= Crypt-Blowfish-2.06
+PKGNAME= p5-Crypt-Blowfish-2.06
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+
+CRYPTO= YES
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Blowfish/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-Blowfish/files/md5 b/security/p5-Crypt-Blowfish/files/md5
new file mode 100644
index 00000000000..73353165d29
--- /dev/null
+++ b/security/p5-Crypt-Blowfish/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 2001/01/18 18:25:19 explorer Exp $
+
+MD5 (Crypt-Blowfish-2.06.tar.gz) = c95ccdf2ee05bba0e4a140428def03bd
diff --git a/security/p5-Crypt-Blowfish/pkg/COMMENT b/security/p5-Crypt-Blowfish/pkg/COMMENT
new file mode 100644
index 00000000000..b6ca768ae6a
--- /dev/null
+++ b/security/p5-Crypt-Blowfish/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 Blowfish implementation.
diff --git a/security/p5-Crypt-Blowfish/pkg/DESCR b/security/p5-Crypt-Blowfish/pkg/DESCR
new file mode 100644
index 00000000000..aaf79ed9640
--- /dev/null
+++ b/security/p5-Crypt-Blowfish/pkg/DESCR
@@ -0,0 +1,4 @@
+This is Crypt::Blowfish version 2.06, an XS-based implementation of the
+Blowfish cryptography algorithm designed by Bruce Schneier. It's designed
+to take full advantage of Crypt::CBC when desired. Blowfish keys may be
+up to 448 bits (56 bytes) long.
diff --git a/security/p5-Crypt-Blowfish/pkg/PLIST b/security/p5-Crypt-Blowfish/pkg/PLIST
new file mode 100644
index 00000000000..e82a24bbef3
--- /dev/null
+++ b/security/p5-Crypt-Blowfish/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/01/18 18:25:20 explorer Exp $