8c7f8238a1
pkgsrc changes: - Adding license definition Upstream changes: 1.06 Fri Sep 4 2009 - added ability to automatically and rapidly generate different seeds and return it to allow the generation of identical random number series
20 lines
536 B
Makefile
20 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/09/12 21:14:22 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Random-MT-Perl-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT-Perl/
|
|
COMMENT= Pure Perl Mersenne Twister Random Number Generator
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Math/Random/MT/Perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|