diff options
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild')
-rw-r--r-- | dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild new file mode 100644 index 000000000..b01d18e97 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=2 +MODULE_AUTHOR=FLORA +MODULE_VERSION="0.05" +inherit perl-module + +DESCRIPTION="Delegate session storage to an application model object." + +IUSE="test" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/Catalyst-Plugin-Session-0.120.0 + dev-perl/Class-Accessor + dev-perl/MRO-Compat +" +DEPEND=" + ${RDEPEND} + test? ( + dev-perl/Test-use-ok + virtual/perl-Test-Simple + ) +" +SRC_TEST="do" |