pkgsrc/security/p5-Crypt-CBC/Makefile
wen b4b266e92e Update to 2.32
Upstream changes:
2.32    Fri Dec 14 14:20:17 EST 2012
	- Fixes "Taint checks are turned on and your key is tainted" error when autogenerating salt and IV.
2012-12-19 03:22:17 +00:00

22 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.31 2012/12/19 03:22:17 wen Exp $
DISTNAME= Crypt-CBC-2.32
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cbc
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/
COMMENT= Perl5 cipher block chaining mode for various crypto algorithms
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-Digest-MD5>=2.0:../../security/p5-Digest-MD5
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/CBC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"