| 1 |
# Copyright 1999-2007 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/File-Temp-0.17.ebuild,v 1.11 2007/04/15 21:04:51 corsair Exp $
|
| 4 |
|
| 5 |
inherit perl-module
|
| 6 |
|
| 7 |
DESCRIPTION="File::Temp can be used to create and open temporary files in a safe way."
|
| 8 |
HOMEPAGE="http://search.cpan.org/~tjenness/${P}/"
|
| 9 |
SRC_URI="mirror://cpan/authors/id/T/TJ/TJENNESS/${P}.tar.gz"
|
| 10 |
SRC_TEST="do"
|
| 11 |
|
| 12 |
LICENSE="|| ( Artistic GPL-2 )"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
DEPEND="dev-lang/perl"
|