2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:45 he Exp $
|
2001-10-01 02:33:14 +02:00
|
|
|
#
|
|
|
|
|
2004-02-22 23:24:38 +01:00
|
|
|
DISTNAME= Crypt-Primes-0.50
|
2001-10-01 02:33:14 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 3
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5cpr
|
2001-10-01 02:33:14 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
2004-02-22 23:24:38 +01:00
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-Primes/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Perl5 module for provable prime number generation
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-02-22 23:24:38 +01:00
|
|
|
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
|
|
|
|
DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2004-02-22 23:24:38 +01:00
|
|
|
USE_LANGUAGES= # empty
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Crypt/Primes/.packlist
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2002-10-27 22:20:37 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-10-01 02:33:14 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|