blob: ae4a4c28f1e8a699178925a9c5f21e25d3bd9719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:21 wiz Exp $
DISTNAME= Bytes-Random-Secure-0.26
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"
|