summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsno <sno>2009-07-08 11:03:23 +0000
committersno <sno>2009-07-08 11:03:23 +0000
commita09286cff927bdf64620b1a4615e69ba9e334aaf (patch)
tree07cff5269fd7d1ee7ecc94b894cbeed76a025d34 /security
parent9b94c02ca9b93e815195988b0fb6484a3b73b02a (diff)
downloadpkgsrc-a09286cff927bdf64620b1a4615e69ba9e334aaf.tar.gz
- Updating package to support faster calculation within Crypt::DH
- Setting license to ${PERL5_LICENSE} according to META.yml
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DH/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
index 45d179b9a32..9a703f40a5d 100644
--- a/security/p5-Crypt-DH/Makefile
+++ b/security/p5-Crypt-DH/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/08 11:03:23 sno Exp $
#
DISTNAME= Crypt-DH-0.06
PKGNAME= p5-Crypt-DH-0.06
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5cdh
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
@@ -11,15 +11,18 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/
COMMENT= Perl5 module for the Diffie-Hellman key exchange system
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
+DEPENDS+= p5-Math-BigInt-GMP-[0-9]*:../../math/p5-Math-BigInt-GMP
+DEPENDS+= p5-Math-BigInt-Pari-[0-9]*:../../math/p5-Math-BigInt-Pari
DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/DH/.packlist
+MAKE_PARAMS+= --skipdeps
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"