diff options
Diffstat (limited to 'dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild')
-rw-r--r-- | dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild b/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild new file mode 100644 index 000000000000..022fc68119f4 --- /dev/null +++ b/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild @@ -0,0 +1,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" |