diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
commit | 3f1b13b3764b15f62c0a1b25126454f08bf6ef52 (patch) | |
tree | bdb994ce2c1b3d04bf325c999ea3007582fcecf7 /dev-perl/CGI | |
parent | small fix0r (diff) | |
download | historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.gz historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.bz2 historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.zip |
eclass updates
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r-- | dev-perl/CGI/CGI-2.78-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 <tools@gentoo.org> +# $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" |