21 lines
376 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:35:54 espie Exp $
COMMENT= module for writing rpc servers and clients
MODULES= cpan
2004-08-05 01:23:43 +00:00
DISTNAME= PlRPC-0.2018
REVISION= 1
CATEGORIES= net
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 22:31:32 +00:00
RUN_DEPENDS= net/p5-Net-Daemon>=0.13
BUILD_DEPENDS= ${RUN_DEPENDS}
CPAN_AUTHOR= JWIED
.include <bsd.port.mk>