blob: 54328197930a6ec3189176d58df520708e923529 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2013 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.90.0.ebuild,v 1.3 2013/02/18 19:16:08 ago Exp $
EAPI=5
MODULE_AUTHOR=DLAND
MODULE_VERSION=2.09
inherit perl-module
DESCRIPTION="File path and name utilities"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~ppc-aix"
IUSE=""
SRC_TEST=do
|