blob: 04460675d1c1023a3873fa3a7bf7a22271d0c4b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/PDF-Create-0.01.ebuild,v 1.11 2005/08/07 13:08:58 hansmi Exp $
inherit perl-module
DESCRIPTION="PDF::Create allows you to create PDF documents"
SRC_URI="mirror://cpan/authors/id/F/FT/FTASSIN/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~ftassin/${P}/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
|