summaryrefslogtreecommitdiff
blob: 022fc68119f42834515d90b8626a3f970f441cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild,v 1.1 2008/12/12 04:19:42 beandog Exp $

inherit perl-module

DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)"
HOMEPAGE="http://search.cpan.org/search?query=Lirc-Client&mode=dist"
SRC_URI="mirror://cpan/authors/id/M/MG/MGRIMES/${P}.tar.gz"

IUSE=""

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64"

DEPEND="dev-perl/File-Path-Expand
	dev-perl/Class-Accessor
	dev-lang/perl"