20 lines
770 B
Plaintext
20 lines
770 B
Plaintext
|
# 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"
|