summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-08-06 21:57:48 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-08-06 21:57:48 +0000
commit179d1001f9b42bae80c1955599bf5592f739ed3e (patch)
tree0ee41138d2ade181dedd9fa62de3bd23050305e8 /dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
parentCPAN Version bump (diff)
downloadgentoo-2-179d1001f9b42bae80c1955599bf5592f739ed3e.tar.gz
gentoo-2-179d1001f9b42bae80c1955599bf5592f739ed3e.tar.bz2
gentoo-2-179d1001f9b42bae80c1955599bf5592f739ed3e.zip
CPAN Version bump
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild')
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
new file mode 100644
index 000000000000..02476afe01a9
--- /dev/null
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.1 2003/08/06 21:57:42 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Perl interface to the GNU Aspell Library"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc"
+
+DEPEND="app-text/aspell"
+