dev-perl/Class-DBI-AbstractSearch: EAPI6+Test

- EAPI6
- Enabled tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-18 18:00:34 +13:00
parent 8798bf91e5
commit 55bae8ee2e

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MIYAGAWA
DIST_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}"