1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

This module implement RPC::ExtDirect gateway for CGI environment.

It was successfully tested in Apache CGI and
HTTP::Server::Simple::CGI applications.

WWW: http://search.cpan.org/dist/CGI-ExtDirect/
This commit is contained in:
Tom Judge 2013-02-23 19:24:51 +00:00
parent 103f4ad00f
commit 92ce58089d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312848
5 changed files with 33 additions and 0 deletions

View File

@ -689,6 +689,7 @@
SUBDIR += p5-CGI-EncryptForm
SUBDIR += p5-CGI-Ex
SUBDIR += p5-CGI-Expand
SUBDIR += p5-CGI-ExtDirect
SUBDIR += p5-CGI-FCKeditor
SUBDIR += p5-CGI-FastTemplate
SUBDIR += p5-CGI-FormBuilder

View File

@ -0,0 +1,20 @@
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= CGI-ExtDirect
PORTVERSION= 2.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Perl extension for creating Ext.Direct remoting in CGI applications
BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CGI::ExtDirect.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (CGI-ExtDirect-2.02.tar.gz) = d3df703a8cc10d337f217546f80ce5d6ad37d0ac76e3cf7c3b5c8ce1e7822d36
SIZE (CGI-ExtDirect-2.02.tar.gz) = 72686

View File

@ -0,0 +1,5 @@
This module implement RPC::ExtDirect gateway for CGI environment.
It was successfully tested in Apache CGI and
HTTP::Server::Simple::CGI applications.
WWW: http://search.cpan.org/dist/CGI-ExtDirect/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/CGI/ExtDirect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/ExtDirect/.packlist
@dirrmtry %%SITE_PERL%%/CGI
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/ExtDirect
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI