You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild

29 lines
585 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v 1.1 2012/11/13 19:49:57 tove Exp $
EAPI=4
MODULE_AUTHOR=BRICAS
MODULE_VERSION=1.12
inherit perl-module
DESCRIPTION="compiles CQL strings into parse trees of Node subtypes."
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Clone
>=dev-perl/Class-Accessor-0.31
>=dev-perl/String-Tokenizer-0.05
"
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Exception-0.27
)
"
SRC_TEST=do