diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-14 15:01:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-14 15:01:29 +0000 |
commit | 13be575d106b3f6a8299259c87dc8eed5c97f47b (patch) | |
tree | a41953c54266cd36e432d7626f4d0da143fb6156 /dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild | |
parent | Bump 3.5 translations to release. (diff) | |
download | gentoo-2-13be575d106b3f6a8299259c87dc8eed5c97f47b.tar.gz gentoo-2-13be575d106b3f6a8299259c87dc8eed5c97f47b.tar.bz2 gentoo-2-13be575d106b3f6a8299259c87dc8eed5c97f47b.zip |
Initial commit for JSON-RPC
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild')
-rw-r--r-- | dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild b/dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild new file mode 100644 index 000000000000..fce8c193c177 --- /dev/null +++ b/dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Router-Simple/Router-Simple-0.90.0.ebuild,v 1.1 2012/02/14 15:01:29 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TOKUHIROM +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Simple HTTP router" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-parent + dev-perl/Class-Accessor + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} +" + +SRC_TEST=do |