blob: 671728d25ad97561054429ba9fd16338c65a2f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.04.ebuild,v 1.4 2009/07/06 20:47:52 jer Exp $
MODULE_AUTHOR=ADAMK
inherit perl-module
DESCRIPTION="Implements a flat filesystem"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND=">=dev-perl/Class-Autouse-1
>=dev-perl/Test-ClassAPI-1.02
>=dev-perl/File-Copy-Recursive-0.36
>=dev-perl/File-Remove-0.38
>=virtual/perl-File-Spec-0.85
>=virtual/perl-File-Temp-0.17
>=dev-perl/File-Remove-0.21
>=dev-perl/File-Slurp-9999.04
>=dev-perl/prefork-0.02
dev-lang/perl"
|