26 lines
573 B
Makefile
26 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.10 2002/06/09 05:31:55 wilfried Exp $
|
|
|
|
COMMENT= "module for writing rpc servers and clients"
|
|
|
|
DISTNAME= PlRPC-0.2016
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.515
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
|
|
|
BUILD_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon \
|
|
:p5-Storable-*:devel/p5-Storable
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|