pkgsrc/math/p5-Math-Random-MT-Perl/Makefile

21 lines
536 B
Makefile
Raw Normal View History

# $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"