blob: f670b59d5bff49c48728df4b60d1c666cdd880b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 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.9 2004/07/14 20:03:36 agriffis Exp $
inherit perl-module
DESCRIPTION="PDF::Create allows you to create PDF documents"
SRC_URI="http://www.cpan.org/CPAN/authors/id/F/FT/FTASSIN/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/author/FTASSIN/${P}/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ~ppc sparc alpha"
IUSE=""
|