summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild')
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild
new file mode 100644
index 000000000000..49486cb6641a
--- /dev/null
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild,v 1.1 2004/11/28 21:02:02 mcummings Exp $
+
+inherit perl-module eutils
+
+CATEGORY="dev-perl"
+DESCRIPTION="The Perl Finance-Quote Module"
+HOMEPAGE="http://search.cpan.org/~pjf/${P}/"
+SRC_URI="mirror://cpan/authors/id/P/PJ/PJF/${P}.tar.gz"
+
+IUSE=""
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-TableExtract"
+
+mydoc="TODO"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-tase.patch
+}