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.ebuild

34 lines
809 B

# Copyright 1999-2012 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.ebuild,v 1.3 2012/03/25 16:24:07 armin76 Exp $
EAPI=4
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"