5b4472b521
0.28 2013-11-21 - Removed silly micro-optimization that was responsible for generating a warning in Perl versions prior to 5.18. 0.27 2013-10-06 - Merged pull request from David Steinbrunner: specifying meta-spec so metadata can be seen/used. - Fixed t/05-kwalitee.t to work with latest revisions on Test::Kwalitee.
19 lines
648 B
Makefile
19 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/09/04 21:51:53 markd Exp $
|
|
|
|
DISTNAME= Bytes-Random-Secure-0.28
|
|
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"
|