diff options
author | Robert Coie <rac@gentoo.org> | 2003-03-27 00:14:28 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-03-27 00:14:28 +0000 |
commit | 7356c6cee0cffbe57e4e47de555d46f3149a843c (patch) | |
tree | 6b4b067e919f21a94b794341347ee9ecbcbcb478 /dev-perl/CGI/CGI-2.81.ebuild | |
parent | added "wavelan" description (diff) | |
download | historical-7356c6cee0cffbe57e4e47de555d46f3149a843c.tar.gz historical-7356c6cee0cffbe57e4e47de555d46f3149a843c.tar.bz2 historical-7356c6cee0cffbe57e4e47de555d46f3149a843c.zip |
version bump to 2.81 stable, 2.91 unstable
Diffstat (limited to 'dev-perl/CGI/CGI-2.81.ebuild')
-rw-r--r-- | dev-perl/CGI/CGI-2.81.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/CGI/CGI-2.81.ebuild b/dev-perl/CGI/CGI-2.81.ebuild new file mode 100644 index 000000000000..a8ebbfddbef1 --- /dev/null +++ b/dev-perl/CGI/CGI-2.81.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.81.ebuild,v 1.1 2003/03/27 00:14:28 rac Exp $ + +inherit perl-module + +MY_P=${PN}.pm-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="The Perl CGI Module" +SRC_URI="http://www.cpan.org/authors/id/LDS/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/LDS/CGI.pm-${PV}/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ppc sparc alpha" |