pkgsrc/security/p5-Bytes-Random-Secure/Makefile
wen 5996131abc Import Bytes::Random::Secure-0.26 as security/p5-Bytes-Random-Secure.
Bytes::Random::Secure provides two interfaces for obtaining crypto-quality
random bytes. The simple interface is built around plain functions. For greater
control over the Random Number Generator's seeding, there is an Object Oriented
interface that provides much more flexibility.
2013-07-14 05:57:28 +00:00

19 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/14 05:57:28 wen Exp $
DISTNAME= Bytes-Random-Secure-0.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bytes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Bytes-Random-Secure/
COMMENT= Perl extension to generate cryptographically-secure random bytes
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Math-Random-ISAAC>=0:../../math/p5-Math-Random-ISAAC
DEPENDS+= p5-Crypt-Random-Seed>=0:../../security/p5-Crypt-Random-Seed
PERL5_PACKLIST= auto/Bytes/Random/Secure/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"