2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:36 jlam Exp $
|
2005-10-12 19:55:26 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Crypt-DH-0.06
|
|
|
|
PKGNAME= p5-Crypt-DH-0.06
|
|
|
|
SVR4_PKGNAME= p5cdh
|
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-10-12 19:55:26 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/
|
|
|
|
COMMENT= Perl5 module for the Diffie-Hellman key exchange system
|
|
|
|
|
|
|
|
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
|
|
|
|
DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Crypt/DH/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|