blob: 727c569218ddc3ab363493a92054ef0fe89d7cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event-RPC/Event-RPC-1.01.ebuild,v 1.1 2008/10/27 10:52:57 tove Exp $
MODULE_AUTHOR=JRED
inherit perl-module
DESCRIPTION="Event based transparent Client/Server RPC framework"
HOMEPAGE="http://www.exit1.org/Event-RPC/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
SRC_TEST="do"
DEPEND="|| ( dev-perl/Event dev-perl/glib-perl )
dev-perl/IO-Socket-SSL
dev-perl/Net-SSLeay
virtual/perl-Storable
dev-lang/perl"
|