New package: perl-Crypt-Blowfish-2.12.
This commit is contained in:
parent
33765f6a4a
commit
fe05991a41
1 changed files with 19 additions and 0 deletions
19
srcpkgs/perl-Crypt-Blowfish/template
Normal file
19
srcpkgs/perl-Crypt-Blowfish/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template build file for 'perl-Crypt-Blowfish'.
|
||||
pkgname=perl-Crypt-Blowfish
|
||||
version=2.12
|
||||
wrksrc="Crypt-Blowfish-${version}"
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
short_desc="Crypt::Blowfish - Blowfish cryptography algorithm interface"
|
||||
maintainer="Juan RP <xtraeme@gmail.com"
|
||||
homepage="http://search.cpan.org/dist/Crypt-Blowfish"
|
||||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/Crypt/Crypt-Blowfish-${version}.tar.gz"
|
||||
checksum=7b54eb96e2e91ca83b7b4099a2ff9a21986ec8e6bf4804245376ebed98e23ac4
|
||||
long_desc="
|
||||
This is Crypt::Blowfish version 2.11, an XS-based implementation of the
|
||||
Blowfish cryptography algorithm designed by Bruce Schneier. It's designed
|
||||
to take full advantage of Crypt::CBC when desired. Blowfish keys may be
|
||||
up to 448 bits (56 bytes) long."
|
||||
|
||||
fulldepends="perl"
|
Loading…
Reference in a new issue