diff options
Diffstat (limited to 'dev-perl/CGI-Session/CGI-Session-4.03.ebuild')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.03.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.03.ebuild b/dev-perl/CGI-Session/CGI-Session-4.03.ebuild new file mode 100644 index 000000000000..8309304987ef --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.03.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.03.ebuild,v 1.1 2005/11/10 21:23:12 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="persistent session data in CGI applications " +HOMEPAGE="http://search.cpan.org/~HOME/${P}/" +SRC_URI="mirror://cpan/authors/id/S/SH/SHERZODR/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + +DEPEND="perl-core/Digest-MD5" |