blob: aeea3125aba7d942731093ad7f3324e94e417a51 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=MIYAGAWA
MODULE_VERSION=0.07
inherit perl-module
DESCRIPTION="Abstract Class::DBI's SQL with SQL::Abstract::Limit"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-perl/SQL-Abstract-Limit-0.12
dev-perl/Class-DBI"
DEPEND="${RDEPEND}"