freebsd-ports/net/p5-RPC-Simple/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

24 lines
617 B
Makefile

# New ports collection makefile for: p5-RPC-Simple
# Date created: 2006-08-19
# Whom: 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
PERL_CONFIGURE= yes
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
.include <bsd.port.mk>