summaryrefslogtreecommitdiff
path: root/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r2.ebuild
blob: 9587bc3ae9c9e65290989c74f90f69c998db6c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=RJBS
DIST_VERSION=0.002
inherit perl-module

DESCRIPTION="Designate tests only run by module authors"

SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="
	dev-perl/Module-Install
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"