pkgsrc/security/p5-Crypt-Random/Makefile
wen 4d10b388f4 Update to 1.54
Upstream changes:
1.54                                                     June 3, 2021

  * Removed a superfluous call to makerandom_itv() thanks to Larry
    Leszczynski <larryl@emailplus.org>.

  * Improved makerandom_itv test to ensure generated numbers are in the
    intterval.

  * Actually include t/chisquare.t
2021-07-06 01:49:09 +00:00

19 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.35 2021/07/06 01:49:09 wen Exp $
DISTNAME= Crypt-Random-1.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"