mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
23 lines
566 B
Makefile
23 lines
566 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RPC-Simple
|
|
PORTVERSION= 1.002
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \
|
|
RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \
|
|
RPC::Simple::CallHandler.3 RPC::Simple::Factory.3 \
|
|
RPC::Simple::ObjectHandler.3 RPC::Simple::Server.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|