pkgsrc/security/p5-Crypt-ECB/Makefile
wiz 7a042f0169 Updated p5-Crypt-ECB to 2.20.
v2.20, 30.03.2016
	- made passing a custom padding method possible without specifying a cipher before
	- added verifying correct truncation of custom padding methods
	- added verifying padded bytes when truncating (for standard and zeroes padding)
	- added testing encrypt_hex and decrypt_hex function style
	- added testing start-crypt-finish
	- added testing usage of pre-existing cipher objects
	- updated eg/ecb.pl to recognize cipher modules in the Crypt::OpenSSL namespace
	- added option to eg/ecb.pl to print the Crypt::ECB version used
	- changed license again, to GPL or Artistic
2016-08-31 06:05:00 +00:00

17 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/08/31 06:05:00 wiz Exp $
DISTNAME= Crypt-ECB-2.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-ECB/
COMMENT= Perl5 Electronic Codebook mode for various crypto algorithms
LICENSE= gnu-gpl-v1 OR artistic
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/ECB/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"