20 lines
385 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2016/03/20 19:56:57 naddy Exp $
COMMENT= module for writing rpc servers and clients
MODULES= cpan
PKG_ARCH= *
2015-11-12 14:27:17 +00:00
DISTNAME= PlRPC-0.2020
CATEGORIES= net
2015-11-12 14:27:17 +00:00
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
2015-11-12 14:27:17 +00:00
RUN_DEPENDS= net/p5-Net-Daemon
BUILD_DEPENDS= net/p5-Net-Daemon
2015-11-12 14:27:17 +00:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
WRKDIST= ${WRKDIR}/PlRPC
.include <bsd.port.mk>