blob: 0a911592496062d1173f19963074105ab78b713b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-SigAction/Sys-SigAction-0.11.ebuild,v 1.1 2010/03/28 00:23:02 robbat2 Exp $
EAPI="2"
MODULE_AUTHOR="LBAXTER"
inherit perl-module
DESCRIPTION="Perl extension for Consistent Signal Handling"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|