blob: bdbcc5eb35335e66dca1859d133d5ba0643e1346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/Hook-LexWrap-0.22.ebuild,v 1.5 2009/05/19 21:04:03 ranger Exp $
MODULE_AUTHOR="CHORNY"
MODULE_A="${P}.zip"
inherit perl-module
DESCRIPTION="Lexically scoped subroutine wrappers"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}
app-arch/unzip"
SRC_TEST="do"
|