2004-08-04 21:23:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2004/08/05 01:23:43 kevlo Exp $
|
2001-01-18 22:05:37 -05:00
|
|
|
|
2001-04-05 09:15:06 -04:00
|
|
|
COMMENT= "module for writing rpc servers and clients"
|
|
|
|
|
2004-08-04 21:23:43 -04:00
|
|
|
DISTNAME= PlRPC-0.2018
|
2001-01-18 22:05:37 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= net perl5
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-15 13:42:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
2001-01-18 22:05:37 -05:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-18 22:05:37 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|