blob: 27e22df3c46f1dff1810567d169432ea1582eebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-3.400.0.ebuild,v 1.16 2015/06/05 23:10:06 dilfridge Exp $
EAPI=5
MY_PN=PathTools
MODULE_AUTHOR=SMUELLER
MODULE_VERSION=3.40
inherit perl-module
DESCRIPTION="Handling files and directories portably"
SLOT="0"
KEYWORDS=""
IUSE=""
SRC_TEST="do"
|