openbsd-ports/net/p5-Event-RPC/Makefile

19 lines
358 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:50 espie Exp $
COMMENT= Event based transparent Client/Server RPC framework
MODULES= cpan
2008-11-10 06:14:45 -05:00
DISTNAME= Event-RPC-1.01
REVISION= 0
CATEGORIES= net devel
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
2008-04-15 18:20:28 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/p5-Event \
security/p5-IO-Socket-SSL
.include <bsd.port.mk>