blob: 5a5be1963390633e9e5c5096dfaf2377e0b013ef (
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.5 2012/12/22 18:26:19 ago Exp $
MODULE_AUTHOR="DLAND"
inherit perl-module
DESCRIPTION="File path and name utilities"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~ppc-aix"
|