diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 01:13:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 01:13:38 +0000 |
commit | cc7af8ea142313a3f743990ab2e9c492778a6215 (patch) | |
tree | 1cebd686a0f19468047eae2cea00f71966c04cda /dev-perl/PDF-API2/PDF-API2-0.57.ebuild | |
parent | Releasing wxmozilla snapshot. (diff) | |
download | historical-cc7af8ea142313a3f743990ab2e9c492778a6215.tar.gz historical-cc7af8ea142313a3f743990ab2e9c492778a6215.tar.bz2 historical-cc7af8ea142313a3f743990ab2e9c492778a6215.zip |
Version bump
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/PDF-API2/PDF-API2-0.57.ebuild')
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.57.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild b/dev-perl/PDF-API2/PDF-API2-0.57.ebuild new file mode 100644 index 000000000000..f808bb538259 --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-0.57.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.57.ebuild,v 1.1 2007/01/14 01:13:38 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Perl Module Chain to faciliate the Creation and Modification of High-Quality \"Portable Document Format (aka. PDF)\" Files" +SRC_URI="mirror://cpan/authors/id/A/AR/AREIBENS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~areibens/" + +SLOT="0" +LICENSE="|| ( Artistic LGPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Compress-Zlib + dev-lang/perl" |