You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Perl-Critic-Nits/Perl-Critic-Nits-1.0.0-r1.e...

27 lines
551 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR="KCOWGILL"
MY_P="${PN}-v${PV}"
inherit perl-module
DESCRIPTION="policies of nits I like to pick"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="test? ( dev-perl/Perl-Critic
dev-perl/Readonly )"
RDEPEND="dev-perl/Perl-Critic"
SRC_URI="mirror://cpan/authors/id/K/KC/KCOWGILL/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
SRC_TEST="do parallel"