2002-06-09 05:31:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2002/06/09 05:31:55 wilfried Exp $
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2001-04-05 13:15:06 +00:00
|
|
|
COMMENT= "module for writing rpc servers and clients"
|
|
|
|
|
2001-10-03 07:50:14 +00:00
|
|
|
DISTNAME= PlRPC-0.2016
|
2001-01-19 03:05:37 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= net perl5
|
2002-03-21 21:09:16 +00:00
|
|
|
NEED_VERSION= 1.515
|
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
|
|
|
|
|
2002-05-15 17:42:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
2001-01-19 03:05:37 +00:00
|
|
|
|
2002-06-09 05:31:40 +00:00
|
|
|
BUILD_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon \
|
|
|
|
:p5-Storable-*:devel/p5-Storable
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-01-19 03:05:37 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|