blob: 64629a08efedb98130bfd492ead67bb485aa587d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/B-Keywords-1.08.ebuild,v 1.2 2008/09/05 17:11:25 armin76 Exp $
MODULE_AUTHOR=JJORE
inherit perl-module
DESCRIPTION="Lists of reserved barewords and symbol names"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
SRC_TEST="do"
|