pkgsrc/security/p5-Crypt-Eksblowfish/Makefile
abs 7971424486 Added security/p5-Crypt-Eksblowfish version 0.005
Eksblowfish is a variant of the Blowfish cipher, modified to make
the key setup very expensive. ("Eks" stands for "expensive key
schedule".) This doesn't make it significantly cryptographically
stronger, but is intended to hinder brute-force attacks. It also
makes it unsuitable for any application requiring key agility. It
was designed by Niels Provos and David Mazieres for password hashing
in OpenBSD. See Crypt::Eksblowfish::Bcrypt for the hash algorithm.
See Crypt::Eksblowfish::Blowfish for the unmodified Blowfish cipher.

Eksblowfish is a parameterised (family-keyed) cipher. It takes a
cost parameter that controls how expensive the key scheduling is.
It also takes a family key, known as the "salt". Cost and salt
parameters together define a cipher family. Within each family, a
key determines an encryption function in the usual way. See
Crypt::Eksblowfish::Family for a way to encapsulate an Eksblowfish
cipher family.
2008-11-07 20:52:54 +00:00

25 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/07 20:52:54 abs Exp $
#
DISTNAME= Crypt-Eksblowfish-0.005
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-Eksblowfish/
COMMENT= Perl5 Eksblowfish block cipher
DEPENDS+= p5-MIME-Base64>=2.21:../../converters/p5-MIME-Base64
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
CRYPTO= YES
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"