summaryrefslogtreecommitdiff
blob: bdc08c62b57b37906d9f44a13ad05d428cd4a8ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=BCHOATE
inherit perl-module

DESCRIPTION="A humane web text generator."
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"
RDEPEND=""
DEPEND="
	test? (
		virtual/perl-Test-Simple
		>=virtual/perl-Test-Harness-2.50
	)
"
SRC_TEST=do