pkgsrc/security/p5-Crypt-CBC/Makefile
wen 6acdcf18fb Update to 2.31
Upstream changes:
2.31    Tue Oct 30 07:03:40 EDT 2012
	- Fixes to regular expressions to avoid rare failures to
          correctly strip padding in decoded messages.
        - Add padding type = "none".
        - Both fixes contributed by Bas van Sisseren.
2012-10-30 14:35:37 +00:00

22 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.30 2012/10/30 14:35:37 wen Exp $
DISTNAME= Crypt-CBC-2.31
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"