diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:13:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:13:05 +0000 |
commit | fe9f0afb97fcba60f81b198e257b21773a14883d (patch) | |
tree | 62530d8b18400285900dd549687a45ed042e0680 /dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-fe9f0afb97fcba60f81b198e257b21773a14883d.tar.gz gentoo-2-fe9f0afb97fcba60f81b198e257b21773a14883d.tar.bz2 gentoo-2-fe9f0afb97fcba60f81b198e257b21773a14883d.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild')
-rw-r--r-- | dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild new file mode 100644 index 000000000000..1a3c08da1f2f --- /dev/null +++ b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild,v 1.1 2007/06/25 10:13:05 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Porter's stemming algorithm for Italian" +HOMEPAGE="http://search.cpan.org/~acalpini/" +SRC_URI="mirror://cpan/authors/id/A/AC/ACALPINI/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" |