summaryrefslogtreecommitdiff
blob: 0fe241168c78b70f56fad5683794584f6c74a12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 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.0.ebuild,v 1.1 2008/12/23 08:12:00 robbat2 Exp $

MODULE_AUTHOR="ESUMMERS"

inherit perl-module

DESCRIPTION="compiles CQL strings into parse trees of Node subtypes."

IUSE=""

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-perl/Test-Exception-0.27
	dev-perl/Clone
	>=dev-perl/Class-Accessor-0.31
	>=dev-perl/String-Tokenizer-0.05"