diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 12:00:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 12:00:29 +0000 |
commit | 0edeb0ff6c8e7a07b6108de5c65b5444247efd90 (patch) | |
tree | 96fd6df35698df244ee94655d2120a1eb921008f /app-shells/psh | |
parent | Bumping to new version. (diff) | |
download | gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.tar.gz gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.tar.bz2 gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.zip |
Added LICENSE tag
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/psh-0.009-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild index 0dddeb1e05f2..5110e761ff76 100644 --- a/app-shells/psh/psh-0.009-r1.ebuild +++ b/app-shells/psh/psh-0.009-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.1 2001/11/10 00:11:50 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.2 2002/07/07 12:00:29 aliz Exp $ S=${WORKDIR}/${P} 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/" +LICENSE="Artistic | GPL-2" DEPEND=">=sys-devel/perl-5" |