File:  [cvs.NetBSD.org] / pkgsrc / security / p5-Bytes-Random-Secure / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Wed Jun 8 19:24:18 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
Bump PKGREVISION for perl-5.24.

# $NetBSD: Makefile,v 1.5 2016/06/08 19:24:18 wiz Exp $

DISTNAME=	Bytes-Random-Secure-0.28
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	2
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"

CVSweb <webmaster@jp.NetBSD.org>