summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DSA/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-02-15 20:42:54 +0000
committerheinz <heinz@pkgsrc.org>2006-02-15 20:42:54 +0000
commit68984764ad230904a898f2b95bb6d1d485ce1228 (patch)
tree7d28da4531f625d478445757dd02786969406259 /security/p5-Crypt-DSA/Makefile
parent9357beaacfc1971aac35ef2548ee8c1162fa995c (diff)
downloadpkgsrc-68984764ad230904a898f2b95bb6d1d485ce1228.tar.gz
Updated to version 0.13.
Pkgsrc changes: - Removed dependency on p5-Math-Pari, p5-Crypt-Random, p5-Class-Loader. Changes since version 0.12: =========================== 0.13 2005.05.26 - Rewrote to use Math::BigInt instead of Math::Pari, including patches from Brad Fitzpatrick for a replacement for the isprime function (both using pure Perl and an external gp program). - Added optional Content argument to Crypt::DSA::Key->new, to specify serialized Content to be deserialized. - Added Signature serialization and deserialization of ASN.1-encoded structures. - Added ability to do key generation using an external openssl binary. Thanks to Brad Fitzpatrick for the patch. - Signature object now has better get/set acccessors. - Use Module::Install instead of hand-coded Makefile.PL.
Diffstat (limited to 'security/p5-Crypt-DSA/Makefile')
-rw-r--r--security/p5-Crypt-DSA/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index e861a194522..393bc6c0531 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:29 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/15 20:42:54 heinz Exp $
#
-DISTNAME= Crypt-DSA-0.12
+DISTNAME= Crypt-DSA-0.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5dsa
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
@@ -13,11 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/
COMMENT= Perl5 module for the DSA public key algorithm
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
-DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
-DEPENDS+= p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM
-DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
+DEPENDS+= p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM
PKG_INSTALLATION_TYPES= overwrite pkgviews