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/Plucene/Plucene-1.250.0-r1.ebuild

34 lines
808 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plucene/Plucene-1.250.0-r1.ebuild,v 1.1 2014/08/24 01:35:20 axs Exp $
EAPI=5
MODULE_AUTHOR=TMTM
MODULE_VERSION=1.25
inherit perl-module
DESCRIPTION="Plucene - the Perl lucene port"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="virtual/perl-Memoize
dev-perl/Tie-Array-Sorted
dev-perl/Encode-compat
dev-perl/File-Slurp
dev-perl/Class-Virtual
dev-perl/Class-Accessor
virtual/perl-Time-Piece
virtual/perl-File-Spec
>=virtual/perl-Scalar-List-Utils-1.13
dev-perl/Lingua-Stem
dev-perl/Bit-Vector-Minimal
dev-perl/IO-stringy"
DEPEND="${RDEPEND}
>=virtual/perl-Test-Harness-2.30
>=virtual/perl-Module-Build-0.28"
SRC_TEST="do"