summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/DBI/DBI-1.30-r1.ebuild')
-rw-r--r--dev-perl/DBI/DBI-1.30-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/DBI/DBI-1.30-r1.ebuild b/dev-perl/DBI/DBI-1.30-r1.ebuild
new file mode 100644
index 000000000000..2a7f700bae15
--- /dev/null
+++ b/dev-perl/DBI/DBI-1.30-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="The Perl DBI Module"
+SRC_URI="http://www.cpan.org/modules/by-module/DBI/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/DBI/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ppc alpha"
+
+DEPEND="${DEPEND}
+ >=dev-perl/PlRPC-0.2"
+
+mydoc="ToDo"