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
595 B
Bash
16 lines
595 B
Bash
# Template build file for 'perl-Mozilla-CA'.
|
|
pkgname=perl-Mozilla-CA
|
|
version=20141217
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
short_desc="Mozilla::CA - Mozilla's CA cert bundle in PEM format"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Mozilla-CA"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Mozilla/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=b753c9aceb20388482eb7f371b86e9e7bbc43feb0f87b3d9e10f7728d1720d30
|