diff options
Diffstat (limited to 'app-shells/psh/psh-1.8.ebuild')
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild index a5bf9d613970..e2c8248a0f0b 100644 --- a/app-shells/psh/psh-1.8.ebuild +++ b/app-shells/psh/psh-1.8.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.6 2004/06/24 22:25:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.7 2004/06/29 03:56:45 vapier Exp $ inherit perl-module DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" -SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" HOMEPAGE="http://www.focusresearch.com/gregor/psh/" +SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" + LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc alpha ia64" +IUSE="" DEPEND=">=dev-lang/perl-5" |