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/Package-Stash/Package-Stash-0.370.0.ebuild

44 lines
1.0 KiB

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=DOY
DIST_VERSION=0.37
inherit perl-module
DESCRIPTION="Routines for manipulating stashes"
SLOT="0"
KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test minimal"
RDEPEND="
virtual/perl-Carp
>=dev-perl/Dist-CheckConflicts-0.20.0
virtual/perl-Getopt-Long
>=dev-perl/Module-Implementation-0.60.0
virtual/perl-Scalar-List-Utils
!minimal? (
>=dev-perl/Package-Stash-XS-0.260.0
)
"
# conflicts:
# !<=dev-perl/Class-MOP-1.08
# !<=dev-perl/namespace-clean-0.18
# !<=dev-perl/MooseX-Role-WithOverloading-0.80
# !<=dev-perl/MooseX-Method-Signatures-0.360.0
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Text-ParseWords
test? (
virtual/perl-IO
dev-perl/Test-Fatal
dev-perl/Test-Requires
>=virtual/perl-Test-Simple-0.880.0
)
"