blob: 543bf7f9f104447d3062b8a1d893f15e4b33a559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Tokenizer/String-Tokenizer-0.05.ebuild,v 1.2 2009/01/17 22:27:49 robbat2 Exp $
MODULE_AUTHOR="STEVAN"
inherit perl-module
DESCRIPTION="A simple string tokenizer."
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
|