diff options
Diffstat (limited to 'dev-perl/SRU/SRU-0.98.ebuild')
-rw-r--r-- | dev-perl/SRU/SRU-0.98.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/SRU/SRU-0.98.ebuild b/dev-perl/SRU/SRU-0.98.ebuild new file mode 100644 index 000000000000..f484d5fe9909 --- /dev/null +++ b/dev-perl/SRU/SRU-0.98.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/SRU-0.98.ebuild,v 1.1 2009/11/22 10:51:35 robbat2 Exp $ + +MODULE_AUTHOR="BRICAS" + +inherit perl-module + +DESCRIPTION="Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-perl/Test-Exception + dev-perl/URI + dev-perl/XML-LibXML + dev-perl/XML-Simple + dev-perl/Class-Accessor + >=dev-perl/CQL-Parser-1.0" |