diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-18 19:17:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-18 19:17:48 +0000 |
commit | 5e8176b37a3fc24acc4c718d73eff209b78c7e43 (patch) | |
tree | a81f1d8d487bc36fc0400b577f12f16fffd74179 /dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-5e8176b37a3fc24acc4c718d73eff209b78c7e43.tar.gz gentoo-2-5e8176b37a3fc24acc4c718d73eff209b78c7e43.tar.bz2 gentoo-2-5e8176b37a3fc24acc4c718d73eff209b78c7e43.zip |
Spamassassin dep
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild')
-rw-r--r-- | dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild new file mode 100644 index 000000000000..1178f6ea4ea7 --- /dev/null +++ b/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild,v 1.1 2007/06/18 19:17:48 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="In memory size limited LRU cache" +HOMEPAGE="http://search.cpan.org/search?query=Tie-Cache&mode=dist" +SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" + + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~sparc ~x86" + |