diff options
Diffstat (limited to 'dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.00.ebuild')
-rw-r--r-- | dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.00.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.00.ebuild b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.00.ebuild new file mode 100644 index 0000000..92a27f5 --- /dev/null +++ b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.00.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +MODULE_AUTHOR=DWHEELER +inherit perl-module + +DESCRIPTION="DBI Exception objects" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Exception-Class" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" |