pkgsrc/math/p5-Math-Random-ISAAC/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

23 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/05/29 23:36:54 wiz Exp $
#
DISTNAME= Math-Random-ISAAC-1.004
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"