diff options
author | mcr <mcr@pkgsrc.org> | 2001-10-01 01:58:47 +0000 |
---|---|---|
committer | mcr <mcr@pkgsrc.org> | 2001-10-01 01:58:47 +0000 |
commit | fc882e9a95fa4ca3957759474d894486d787e881 (patch) | |
tree | b249a8f9586cdab7ad75d8d2d44dcae5768f4264 | |
parent | d6e0950c71393e5f46f8888bb45a04c3b53fb9d9 (diff) | |
download | pkgsrc-fc882e9a95fa4ca3957759474d894486d787e881.tar.gz |
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-Random/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Random/pkg/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Random/pkg/PLIST | 1 |
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 $ |