mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 08:31:24 -04:00
22 lines
589 B
Makefile
22 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/06/12 10:50:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Random-MT-Perl-1.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Math/Random/MT/Perl/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Number-Delta>=0:../../math/p5-Test-Number-Delta
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|