Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / p5-Crypt-Primes / Makefile
blobca40a1fcd28e0f387bc1b28fdb3443ac21bbc958
1 # $NetBSD: Makefile,v 1.19 2012/10/23 18:16:42 asau Exp $
4 DISTNAME= Crypt-Primes-0.50
5 PKGNAME= p5-${DISTNAME}
6 PKGREVISION= 6
7 SVR4_PKGNAME= p5cpr
8 CATEGORIES= security perl5
9 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
11 MAINTAINER= pkgsrc-users@NetBSD.org
12 HOMEPAGE= http://search.cpan.org/dist/Crypt-Primes/
13 COMMENT= Perl5 module for provable prime number generation
15 PKG_INSTALLATION_TYPES= overwrite pkgviews
17 DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
18 DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
20 USE_LANGUAGES= # empty
21 PERL5_PACKLIST= auto/Crypt/Primes/.packlist
23 .include "../../lang/perl5/module.mk"
24 .include "../../mk/bsd.pkg.mk"