Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 2013/07/03 14:33:32 sno Exp $
#
DISTNAME= Math-Random-ISAAC-1.004
PKGNAME= p5-${DISTNAME}
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/
COMMENT= Perl interface to the ISAAC PRNG algorithm
LICENSE= cc0-1.0-universal
DEPENDS+= p5-Math-Random-ISAAC-XS-[0-9]*:../../math/p5-Math-Random-ISAAC-XS
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Math/Random/ISAAC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"