blob: 97edfd665adee7cda0e93c26b3d7a7188f31b85b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Path/File-Path-2.08.ebuild,v 1.2 2012/01/07 12:17:54 ago Exp $
MODULE_AUTHOR="DLAND"
inherit perl-module
DESCRIPTION="File path and name utilities"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ia64 ~sparc ~x86"
|