blob: 4b0e0a4f033d472f1f1c28e7f211478685163b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Grammar/Config-Grammar-1.100.0.ebuild,v 1.5 2012/09/28 12:05:32 johu Exp $
EAPI=3
MODULE_AUTHOR=DSCHWEI
MODULE_VERSION=1.10
inherit perl-module
DESCRIPTION="A grammar-based, user-friendly config parser"
SLOT="0"
KEYWORDS="amd64 ~hppa ~sparc x86"
IUSE=""
SRC_TEST="do"
|