# Copyright 1999-2009 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.2 2009/11/24 07:10:13 tove Exp $ EAPI=2 MODULE_AUTHOR=MGRIMES inherit perl-module DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-perl/File-Path-Expand dev-perl/Class-Accessor" DEPEND="${RDEPEND} virtual/perl-Module-Build"