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
607 B
Bash
16 lines
607 B
Bash
# Template file for 'perl-Data-OptList'
|
|
pkgname=perl-Data-OptList
|
|
version=0.109
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends} perl-Params-Util perl-Sub-Install"
|
|
depends="${makedepends}"
|
|
short_desc="Parse and validate simple name/value option pairs"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Data-OptList/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Data/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=1cd7c781c4c102810e4e0c878da3746fe8df46b49d01c4d6c034dfab45cd84c8
|