summaryrefslogtreecommitdiff
blob: 2d2f5b741d9a49a3706911ee89841177fd897eec (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: $

EAPI=5

inherit perl-module

DESCRIPTION="Perl module to write to LCD matrix displays using LCDproc"
HOMEPAGE="http://www.webbastards.com/projects/"
SRC_URI="http://www.webbastards.com/projects/perl-LCDd/${P}.tar.gz"

LICENSE=""
SLOT="0"
KEYWORDS="amd64"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND=""