28 lines
487 B
Bash
28 lines
487 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=KILINRAX
|
|
MODULE_VERSION=2.09
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Extension for stripping HTML markup from text"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
dev-perl/Test-Exception
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|
|
|
|
SRC_TEST="do parallel"
|