pkgsrc/devel/p5-Event-RPC/Makefile
xtraeme 7458fc5c7c Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
2006-08-20 20:04:57 +00:00

18 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/08/20 20:04:57 xtraeme Exp $
#
DISTNAME= Event-RPC-0.90
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.exit1.org/Event-RPC/
COMMENT= Event based transparent Client/Server RPC framework
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
PERL5_PACKLIST= auto/Event/RPC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"