blob: bf57502c8f76f383a21d37602e3a7bc17f6ce69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.01.ebuild,v 1.20 2010/12/03 02:12:49 xmw Exp $
EAPI=2
MODULE_AUTHOR=CHAMAS
inherit perl-module
DESCRIPTION="A multidimensional/tied hash Perl Module"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 s390 sparc x86"
IUSE=""
|