summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Random
diff options
context:
space:
mode:
authormcr <mcr>2001-10-01 01:58:47 +0000
committermcr <mcr>2001-10-01 01:58:47 +0000
commite4470832a6854f7ac7d6472fffffd6a63b9c7ff9 (patch)
treeb249a8f9586cdab7ad75d8d2d44dcae5768f4264 /security/p5-Crypt-Random
parentf9af2b1ce21d917462465e14a69374a398e68d20 (diff)
downloadpkgsrc-e4470832a6854f7ac7d6472fffffd6a63b9c7ff9.tar.gz
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r--security/p5-Crypt-Random/Makefile22
-rw-r--r--security/p5-Crypt-Random/distinfo4
-rw-r--r--security/p5-Crypt-Random/pkg/DESCR4
-rw-r--r--security/p5-Crypt-Random/pkg/PLIST1
4 files changed, 31 insertions, 0 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
new file mode 100644
index 00000000000..1cdd49d23f8
--- /dev/null
+++ b/security/p5-Crypt-Random/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2001/10/01 01:58:47 mcr Exp $
+#
+
+DISTNAME= Crypt-Random-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 interface to /dev/random
+
+DEPENDS+= p5-Class-Loader-*:../../devel/p5-Class-Loader
+DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Random/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-Random/distinfo b/security/p5-Crypt-Random/distinfo
new file mode 100644
index 00000000000..107c4a7270a
--- /dev/null
+++ b/security/p5-Crypt-Random/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/10/01 01:58:47 mcr Exp $
+
+SHA1 (Crypt-Random-1.11.tar.gz) = e768180cbba95f72bfd1c9264998bba03ad506fe
+Size (Crypt-Random-1.11.tar.gz) = 6557 bytes
diff --git a/security/p5-Crypt-Random/pkg/DESCR b/security/p5-Crypt-Random/pkg/DESCR
new file mode 100644
index 00000000000..0ded2d28262
--- /dev/null
+++ b/security/p5-Crypt-Random/pkg/DESCR
@@ -0,0 +1,4 @@
+Crypt::Random is an interface module to the /dev/random device found on most
+modern Unix systems. The /dev/random driver gathers environmental noise from
+various non-deterministic sources including inter-keyboard timings and
+inter-interrupt timings that occur within the operating system environment.
diff --git a/security/p5-Crypt-Random/pkg/PLIST b/security/p5-Crypt-Random/pkg/PLIST
new file mode 100644
index 00000000000..65a9912984e
--- /dev/null
+++ b/security/p5-Crypt-Random/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/10/01 01:58:56 mcr Exp $