perl-Font-TTF: needs perl-IO-String in the host too

This commit is contained in:
Alessio Sergi 2018-06-11 12:07:43 +02:00
parent 533e43f4b1
commit 2e1b6accae

View file

@ -1,16 +1,16 @@
# Template build file for 'perl-Font-TTF'
pkgname=perl-Font-TTF
version=1.06
revision=2
revision=3
noarch=yes
wrksrc="Font-TTF-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
depends="perl perl-IO-String"
hostmakedepends="perl-IO-String"
makedepends="${hostmakedepends}"
depends="${makedepends}"
short_desc="Font::TTF - Perl module for TrueType Font hacking"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://search.cpan.org/~mhosken/Font-TTF/"
license="Artistic-2.0"
distfiles="${CPAN_SITE}/Font/Font-TTF-${version}.tar.gz"
checksum=4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293
noarch=yes