diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-06 17:15:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-06 17:15:50 +0000 |
commit | f5b2801135645610ac3a7d32c6037c9190505895 (patch) | |
tree | 2f69e0881a31da204c25b4eb882f31d525957649 /virtual/perl-CGI/perl-CGI-3.09.ebuild | |
parent | Add ~amd64 keyword (bug #121747). (diff) | |
download | historical-f5b2801135645610ac3a7d32c6037c9190505895.tar.gz historical-f5b2801135645610ac3a7d32c6037c9190505895.tar.bz2 historical-f5b2801135645610ac3a7d32c6037c9190505895.zip |
New virtual for perl-core/CGI
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-CGI/perl-CGI-3.09.ebuild')
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.09.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-CGI/perl-CGI-3.09.ebuild b/virtual/perl-CGI/perl-CGI-3.09.ebuild new file mode 100644 index 000000000000..80ff4b27e2e6 --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-3.09.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.09.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $ + +DESCRIPTION="Virtual for CGI" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~ia64 ~ppc64" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/CGI-${PV}" + |