2017-06-05 16:24:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.32 2017/06/05 14:24:28 ryoon Exp $
|
2001-01-18 19:25:19 +01:00
|
|
|
#
|
|
|
|
|
2013-08-15 11:06:18 +02:00
|
|
|
DISTNAME= Crypt-Blowfish-2.14
|
2001-11-23 20:48:12 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2017-06-05 16:24:20 +02:00
|
|
|
PKGREVISION= 4
|
2001-01-18 19:25:19 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-03-20 18:21:32 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Perl5 Blowfish implementation
|
2010-03-08 16:15:57 +01:00
|
|
|
# LICENSE= unclear
|
2001-01-18 19:25:19 +01:00
|
|
|
|
2010-03-08 16:15:57 +01:00
|
|
|
# recommended for tests
|
|
|
|
BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC
|
2008-02-07 21:27:23 +01:00
|
|
|
|
2004-03-20 18:21:32 +01:00
|
|
|
CRYPTO= YES
|
2008-02-07 21:27:23 +01:00
|
|
|
USE_LANGUAGES= c
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist
|
2001-01-18 19:25:19 +01:00
|
|
|
|
2002-10-07 00:31:03 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-01-18 19:25:19 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|