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/Type-Tiny/Type-Tiny-1.0.5.ebuild

26 lines
460 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=TOBYINK
MODULE_VERSION=1.000005
inherit perl-module
DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE="test"
RDEPEND="
>=dev-perl/Exporter-Tiny-0.26.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"