void-packages/srcpkgs/perl-Crypt-Blowfish/template

27 lines
905 B
Plaintext
Raw Normal View History

2012-11-28 10:57:32 +01:00
# Template build file for 'perl-Crypt-Blowfish'.
pkgname=perl-Crypt-Blowfish
version=2.12
wrksrc="Crypt-Blowfish-${version}"
revision=2
2012-11-28 10:57:32 +01:00
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
2012-11-28 10:57:32 +01:00
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."
perl-Crypt-Blowfish_package() {
depends="${makedepends}"
pkg_install() {
vmove all
}
}