diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-25 11:34:26 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-25 11:34:26 +0000 |
commit | 329d9c253ec0025fa470bcb99f72b1edcf20f879 (patch) | |
tree | c4e2c99bbdf47018da9a0dd1bfd6c296d64a686e /dev-perl/FCGI/FCGI-0.67.ebuild | |
parent | Add support for Czech language (via nls USE) in the game (bug #61489) (Manife... (diff) | |
download | gentoo-2-329d9c253ec0025fa470bcb99f72b1edcf20f879.tar.gz gentoo-2-329d9c253ec0025fa470bcb99f72b1edcf20f879.tar.bz2 gentoo-2-329d9c253ec0025fa470bcb99f72b1edcf20f879.zip |
Initial ebuild. RT depenedency
Diffstat (limited to 'dev-perl/FCGI/FCGI-0.67.ebuild')
-rw-r--r-- | dev-perl/FCGI/FCGI-0.67.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/FCGI/FCGI-0.67.ebuild b/dev-perl/FCGI/FCGI-0.67.ebuild new file mode 100644 index 000000000000..25b566e63fed --- /dev/null +++ b/dev-perl/FCGI/FCGI-0.67.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/FCGI-0.67.ebuild,v 1.1 2004/08/25 11:34:26 rl03 Exp $ + +# this is an RT dependency + +inherit perl-module + +DESCRIPTION="Fast CGI" +SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SK/SKIMO/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SK/SKIMO/${P}.readme" + +SRC_TEST="do" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86" |