2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2020/07/03 21:45:38 sthen Exp $
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= module for writing rpc servers and clients
|
2001-04-05 13:15:06 +00:00
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
MODULES= cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH= *
|
2015-11-12 14:27:17 +00:00
|
|
|
DISTNAME= PlRPC-0.2020
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION= 0
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2015-11-12 14:27:17 +00:00
|
|
|
# Artistic License
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2015-11-12 14:27:17 +00:00
|
|
|
RUN_DEPENDS= net/p5-Net-Daemon
|
|
|
|
BUILD_DEPENDS= net/p5-Net-Daemon
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2015-11-12 14:27:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
|
|
|
WRKDIST= ${WRKDIR}/PlRPC
|
2007-05-05 09:59:01 +00:00
|
|
|
|
2001-01-19 03:05:37 +00:00
|
|
|
.include <bsd.port.mk>
|