1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/p5-RPC-Simple/Makefile
Andrej Zverev cdc0ff7798 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:14:19 +00:00

17 lines
323 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
.include <bsd.port.mk>