Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: p5-JavaScript-RPC
|
|
# Date created: 30 March 2006
|
|
# Whom: Tony Shadwick <tshadwick@oss-solutions.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JavaScript-RPC
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= JavaScript
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Remote procedure calls from JavaScript
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= JavaScript::RPC::Server::CGI.3 JavaScript::RPC.3
|
|
|
|
.include <bsd.port.mk>
|