summaryrefslogtreecommitdiff
blob: 5dc4a4ab3ab3f364781a53cf0f5fc97cbd6153c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/Font-TTF-0.45.ebuild,v 1.5 2009/03/10 04:40:41 cla Exp $

inherit perl-module

DESCRIPTION="module for compiling and altering fonts"
HOMEPAGE="http://search.cpan.org/~mhosken/Font-TTF/"
SRC_URI="mirror://cpan/authors/id/M/MH/MHOSKEN/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="virtual/perl-Compress-Zlib
	dev-perl/XML-Parser
	dev-lang/perl"

SRC_TEST="do"