2003-07-21 19:10:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2003/07/21 17:20:16 martti Exp $
|
2001-10-01 02:33:14 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Crypt-Primes-0.49
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2002-03-13 18:36:35 +01:00
|
|
|
PKGREVISION= 1
|
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/}
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2001-10-01 02:33:14 +02:00
|
|
|
#HOMEPAGE=
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Perl5 module for provable prime number generation
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2001-10-03 04:31:19 +02:00
|
|
|
DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
|
|
|
|
DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2002-10-27 22:20:37 +01:00
|
|
|
USE_BUILDLINK2= YES
|
2001-10-01 02:33:14 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist
|
|
|
|
|
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"
|