2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
19 lines
536 B
Makefile
19 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:05 wiz Exp $
|
|
|
|
DISTNAME= Crypt-ECB-1.45
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= dsainty@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-ECB/
|
|
COMMENT= Perl5 Electronic Codebook mode for various crypto algorithms
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Crypt/ECB/.packlist
|
|
|
|
LICENSE= gnu-gpl-v2 # OR any later version
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|