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

DESCRIPTION="Minimalist Fennec, the commonly used bits."

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Test::More -> Test-Simple
# Test::Builder -> Test-Simple
RDEPEND="
	>=dev-lang/perl-5.6.0
	virtual/perl-Test-Simple
	virtual/perl-List-Util
"
DEPEND="
	dev-perl/Module-Build
	${RDEPEND}
"