17 lines
297 B
Makefile
17 lines
297 B
Makefile
|
COMMENT = Event based transparent Client/Server RPC framework
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Event-RPC-1.10
|
||
|
CATEGORIES = net devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS = devel/p5-Event \
|
||
|
security/p5-IO-Socket-SSL
|
||
|
|
||
|
.include <bsd.port.mk>
|