diff options
Diffstat (limited to 'dev-perl/Font-AFM/Font-AFM-1.20.ebuild')
-rw-r--r-- | dev-perl/Font-AFM/Font-AFM-1.20.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Font-AFM/Font-AFM-1.20.ebuild b/dev-perl/Font-AFM/Font-AFM-1.20.ebuild new file mode 100644 index 000000000000..c7e428e6836f --- /dev/null +++ b/dev-perl/Font-AFM/Font-AFM-1.20.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-AFM/Font-AFM-1.20.ebuild,v 1.1 2008/12/08 01:54:34 robbat2 Exp $ + +# this is a dependency for RT + +inherit perl-module + +DESCRIPTION="Parse Adobe Font Metric files" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/" + +SRC_TEST="do" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" |