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

22 lines
636 B
Text
Raw Normal View History

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