diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-12-09 20:59:32 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-12-09 20:59:32 +0000 |
commit | 5ecca2d0d7c225cdad786accaed506a509a4ef7e (patch) | |
tree | 5d9d41cd064c3a44efd9511bbf55897aa4dc33cd /dev-perl/CGI | |
parent | The Perl CGI Module. (diff) | |
download | gentoo-2-5ecca2d0d7c225cdad786accaed506a509a4ef7e.tar.gz gentoo-2-5ecca2d0d7c225cdad786accaed506a509a4ef7e.tar.bz2 gentoo-2-5ecca2d0d7c225cdad786accaed506a509a4ef7e.zip |
oops
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r-- | dev-perl/CGI/CGI-2.78.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/CGI/CGI-2.78.ebuild b/dev-perl/CGI/CGI-2.78.ebuild index 703e73047dc1..03f9afd038b1 100644 --- a/dev-perl/CGI/CGI-2.78.ebuild +++ b/dev-perl/CGI/CGI-2.78.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78.ebuild,v 1.1 2001/12/09 20:59:11 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78.ebuild,v 1.2 2001/12/09 20:59:32 woodchip Exp $ S=${WORKDIR}/${PN}.pm-${PV} DESCRIPTION="The Perl CGI Module" SRC_URI="http://www.cpan.org/authors/id/LDS/${PN}.pm-${PV}.tar.gz" -HOMEPAGE="http://www-genome.wi.mit.edu/~lstein/" DEPEND="virtual/glibc >=sys-devel/perl-5" |