summaryrefslogtreecommitdiff
blob: bf8b1834ee51339683f43f18e79e403c149e3e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/File-Temp-0.21.ebuild,v 1.2 2009/01/01 19:40:19 armin76 Exp $

MODULE_AUTHOR=TJENNESS
inherit perl-module

DESCRIPTION="File::Temp can be used to create and open temporary files in a safe way."

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
IUSE=""

SRC_TEST="do"

DEPEND="dev-lang/perl"