19 lines
330 B
Makefile
19 lines
330 B
Makefile
COMMENT= module for writing rpc servers and clients
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= PlRPC-0.2020
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= net/p5-Net-Daemon
|
|
BUILD_DEPENDS= net/p5-Net-Daemon
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
|
WRKDIST= ${WRKDIR}/PlRPC
|
|
|
|
.include <bsd.port.mk>
|