diff options
author | martti <martti> | 2001-12-12 14:36:38 +0000 |
---|---|---|
committer | martti <martti> | 2001-12-12 14:36:38 +0000 |
commit | aa48b9a4867d1aabaf1887e7e243e244cee90e15 (patch) | |
tree | 40667e024aec75ed4c3286f1fa470ce04085e601 /security/p5-Crypt-CBC/Makefile | |
parent | 87e4eecd3216b3f2fb6b202d5fab64d1643a7743 (diff) | |
download | pkgsrc-aa48b9a4867d1aabaf1887e7e243e244cee90e15.tar.gz |
Updated p5-Crypt-CBC to 2.01 (provided by Shell Hung in pkg/14917)
Changes :
- Patches for foreign program compatibility, initialization vectors
and padding methods from Jody Biggs <jody.biggs@paymybills.com>
- Removed debugging code
- Used Digest-MD5
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index b7da0f8d0b5..ce6b0039b4d 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:14 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/12 14:36:38 martti Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # -DISTNAME= Crypt-CBC-1.25 -PKGNAME= p5-Crypt-CBC-1.25 +DISTNAME= Crypt-CBC-2.01 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cbc CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} |