blob: e73196c0cae90e662390e644e5a2aaddce39e0f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-AbstractSearch/Class-DBI-AbstractSearch-0.07.ebuild,v 1.1 2008/09/29 02:06:41 robbat2 Exp $
MODULE_AUTHOR="MIYAGAWA"
inherit perl-module
DESCRIPTION="Abstract Class::DBI's SQL with SQL::Abstract::Limit"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=">=dev-perl/SQL-Abstract-Limit-0.12
dev-perl/Class-DBI"
|