*/*: Bump copyright on files touched this year
[gentoo.git] / dev-perl / Font-TTF / Font-TTF-1.20.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 MODULE_AUTHOR=MHOSKEN
7 MODULE_VERSION=1.02
8 inherit perl-module
9
10 DESCRIPTION="module for compiling and altering fonts"
11
12 LICENSE="Artistic-2"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86"
15 IUSE=""
16
17 RDEPEND="
18         virtual/perl-IO-Compress
19         dev-perl/IO-String
20         dev-perl/XML-Parser
21 "
22 DEPEND="${RDEPEND}"
23
24 SRC_TEST="do"