| 1 |
# Copyright 1999-2009 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.18.ebuild,v 1.10 2009/12/16 21:49:14 abcd 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
DEPEND="dev-lang/perl"
|