35effe103a
Relevant changes since version 1.13: ==================================== - fixed circular reference between Crypt::Random and Crypt::Random::Generator causing 'Undefined subroutine' errors. - Made "forbidden division t_REAL % t_INT" error disappear. - Workaround for Math::Pari's serialization problem. - Added a Uniform option to makerandom() and makerandom_itv() that doesn't set the high bit of the generated random, and produces a number uniformally distributed in the interval. Thanks to Len Budney for pointing this out.
23 lines
642 B
Makefile
23 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/02/12 01:50:05 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Random-1.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cra
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= heinz@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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Crypt/Random/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|