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/Sphinx-Search/Sphinx-Search-0.290.0-r1.eb...

33 lines
647 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=JJSCHUTZ
DIST_VERSION=0.29
inherit perl-module
DESCRIPTION="Perl API client for Sphinx search engine"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-Accessor
dev-perl/DBI
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/List-MoreUtils
dev-perl/File-SearchPath
virtual/perl-Scalar-List-Utils
virtual/perl-Math-BigInt
dev-perl/Path-Class
virtual/perl-Socket
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"