22 lines
586 B
Makefile
22 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.38 2021/05/24 19:53:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Blowfish-2.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 8
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Crypt-Blowfish
|
|
COMMENT= Perl5 Blowfish implementation
|
|
# LICENSE= unclear
|
|
|
|
# recommended for tests
|
|
BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|