pkgsrc/security/p5-Crypt-Random/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

21 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.26 2015/06/12 10:51:06 wiz Exp $
#
DISTNAME= Crypt-Random-1.25
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Random/
COMMENT= Perl5 interface to /dev/random
DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/Random/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"