22 lines
655 B
Makefile
22 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/08/22 09:45:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Random-ISAAC-XS-1.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= math perl5 security
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Random-ISAAC-XS/
|
|
COMMENT= C implementation of the ISAAC PRNG algorithm for Perl modules
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Math/Random/ISAAC/XS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|