2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/12/03 11:45:43 ajacoutot 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
|
2004-08-05 01:23:43 +00:00
|
|
|
DISTNAME= PlRPC-0.2018
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 1
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
2001-01-19 03:05:37 +00: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 22:31:32 +00:00
|
|
|
RUN_DEPENDS= net/p5-Net-Daemon>=0.13
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2007-05-05 09:59:01 +00:00
|
|
|
CPAN_AUTHOR= JWIED
|
|
|
|
|
2001-01-19 03:05:37 +00:00
|
|
|
.include <bsd.port.mk>
|