pkgsrc/security/p5-Crypt-ECB/Makefile
wiz 11a1ff054a Updated p5-Crypt-ECB to 2.21.
v2.21, 23.09.2016
	- no code changes to ECB.pm
	- ecb.pl -l now prints module versions
	- ignoring Serpent in test suite as it is broken on many platforms
2016-09-30 11:01:51 +00:00

17 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.17 2016/09/30 11:01:51 wiz Exp $
DISTNAME= Crypt-ECB-2.21
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"