summaryrefslogtreecommitdiff
blob: 355f837df289688cbdbd6ee41c6c8bb9eaf11fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
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}
"