pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DH - Updating package to support fas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3866b2eab673
branches:  trunk
changeset: 395472:3866b2eab673
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 08 11:03:23 2009 +0000

description:
- Updating package to support faster calculation within Crypt::DH
- Setting license to ${PERL5_LICENSE} according to META.yml

diffstat:

 security/p5-Crypt-DH/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r bd1a05dfc66c -r 3866b2eab673 security/p5-Crypt-DH/Makefile
--- a/security/p5-Crypt-DH/Makefile     Wed Jul 08 10:26:47 2009 +0000
+++ b/security/p5-Crypt-DH/Makefile     Wed Jul 08 11:03:23 2009 +0000
@@ -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 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 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"



Home | Main Index | Thread Index | Old Index