summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild')
-rw-r--r--dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild
new file mode 100644
index 000000000..c0b6548b0
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+MODULE_AUTHOR=BOBTFISH
+inherit perl-module
+
+DESCRIPTION="Memcached storage backend for session data."
+HOMEPAGE="http://search.cpan.org/dist/${P}/"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=dev-perl/Catalyst-Plugin-Session-0.01
+ dev-perl/Cache-Memcached-Managed
+ dev-perl/MRO-Compat
+"