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.
19 lines
728 B
Bash
19 lines
728 B
Bash
# Template file for 'perl-Mail-Box'
|
|
pkgname=perl-Mail-Box
|
|
version=2.118
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="
|
|
${hostmakedepends} perl-Devel-GlobalDestruction perl-Digest-HMAC
|
|
perl-File-Remove perl-IO-stringy perl-MIME-Types perl-Object-Realize-Later
|
|
perl-TimeDate perl-MailTools perl-URI perl-User-Identity"
|
|
depends="${makedepends}"
|
|
short_desc="Perl module to manage mail folders"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Mail-Box/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Mail/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=ccb18604a205361e37d84ac47a1ee6a51f6a6ddbb3674481177622b96f3fb1c7
|