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
551 B
Bash
16 lines
551 B
Bash
# Template build file for 'perl-TimeDate'.
|
|
pkgname=perl-TimeDate
|
|
version=2.30
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
short_desc="TimeDate -- Date formating subroutines"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/DateTime/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Date/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86
|