11a1ff054a
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
17 lines
514 B
Makefile
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"
|