blob: 2a5b1e895fac807ef565640aa658af43e7ea586f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
# Distributed under the terms of the GNU General Public License v2
# $Header$
inherit perl-module
DESCRIPTION="Turn '407' into 'four hundred and seven'"
HOMEPAGE="http://search.cpan.org/dist/${PN}/"
SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 x86"
RESTRICT="nomirror"
SRC_TEST="do"
IUSE=""
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"
|