From 3f1b13b3764b15f62c0a1b25126454f08bf6ef52 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 20 May 2002 10:19:50 +0000 Subject: eclass updates --- dev-perl/CGI/CGI-2.78-r2.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-perl/CGI/CGI-2.78-r2.ebuild (limited to 'dev-perl/CGI') diff --git a/dev-perl/CGI/CGI-2.78-r2.ebuild b/dev-perl/CGI/CGI-2.78-r2.ebuild new file mode 100644 index 000000000000..9a47661fb013 --- /dev/null +++ b/dev-perl/CGI/CGI-2.78-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Tools Team +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78-r2.ebuild,v 1.1 2002/05/20 10:19:50 seemant Exp $ + +# Inherit the perl-module.eclass functions +. /usr/portage/eclass/inherit.eclass || die +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" + +LICENSE="Artistic | GPL-2" +SLOT="0" -- cgit v1.2.3-65-gdbad