mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a8d57c3935
JavaScript::RPC::Server::CGI is a CGI-based server library for use with Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It works asynchronously and uses DHTML to deal with the payload. In order to add your custom meothds, this module should be subclassed. The most current version (as of the release of this module) of the client library as well as a demo application have been included in this distribution. WWW: http://search.cpan.org/dist/JavaScript-RPC/ PR: ports/95124 Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> Approved by: krion (mentor)
29 lines
627 B
Makefile
29 lines
627 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.1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= JavaScript
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tshadwick@oss-solutions.com
|
|
COMMENT= Remote procedure calls from JavaScript
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= JavaScript::RPC::Server::CGI.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= requires Perl 5.8.0 or superior. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|