summaryrefslogtreecommitdiff
blob: e0b8f25dcc265d11ed00cc1bc25e29725b7b7dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

DESCRIPTION="WWW color names and equivalent RGB values"
SRC_URI="mirror://cpan//authors/id/C/CF/CFAERBER/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~cfaerber/${P}"

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

DEPEND=">=dev-perl/Graphics-ColorNames-0.32"

SRC_TEST="do"