diff options
Diffstat (limited to 'dev-perl/Newt/Newt-1.08.ebuild')
-rw-r--r-- | dev-perl/Newt/Newt-1.08.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Newt/Newt-1.08.ebuild b/dev-perl/Newt/Newt-1.08.ebuild new file mode 100644 index 000000000000..6e06429e841e --- /dev/null +++ b/dev-perl/Newt/Newt-1.08.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Newt/Newt-1.08.ebuild,v 1.1 2005/05/09 13:43:26 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl bindings for RedHat newt library" +HOMEPAGE="http://search.cpan.org/~amedina/${P}/" +SRC_URI="mirror://cpan/authors/id/A/AM/AMEDINA/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +# Disabled all together since the tests are interactive +#SRC_TEST="do" + +DEPEND="sys-libs/slang" |