blob: 4c41328cdb131c38a321485baa815ff9c33b0b09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Any/Log-Any-0.11.ebuild,v 1.3 2010/03/28 00:47:08 robbat2 Exp $
EAPI="2"
MODULE_AUTHOR="JSWARTZ"
inherit perl-module
DESCRIPTION="Log::Any -- Bringing loggers and listeners together"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
|