2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/12/03 11:45:43 ajacoutot Exp $
|
2001-01-18 22:05:37 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= module for writing rpc servers and clients
|
2001-04-05 09:15:06 -04:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2004-08-04 21:23:43 -04:00
|
|
|
DISTNAME= PlRPC-0.2018
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2001-01-18 22:05:37 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= net/p5-Net-Daemon>=0.13
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-18 22:05:37 -05:00
|
|
|
|
2007-05-05 05:59:01 -04:00
|
|
|
CPAN_AUTHOR= JWIED
|
|
|
|
|
2001-01-18 22:05:37 -05:00
|
|
|
.include <bsd.port.mk>
|