1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
16 lines
614 B
Bash
16 lines
614 B
Bash
# Template build file for 'perl-Crypt-Blowfish_PP'.
|
|
pkgname=perl-Crypt-Blowfish_PP
|
|
version=1.12
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
short_desc="Blowfish encryption algorithm implemented purely in Perl"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Crypt-Blowfish_PP"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Crypt/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=714f1a3e94f658029d108ca15ed20f0842e73559ae5fc1faee86d4f2195fcf8c
|