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:
parent
103f4ad00f
commit
92ce58089d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312848
@ -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
|
||||
|
20
www/p5-CGI-ExtDirect/Makefile
Normal file
20
www/p5-CGI-ExtDirect/Makefile
Normal 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>
|
2
www/p5-CGI-ExtDirect/distinfo
Normal file
2
www/p5-CGI-ExtDirect/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (CGI-ExtDirect-2.02.tar.gz) = d3df703a8cc10d337f217546f80ce5d6ad37d0ac76e3cf7c3b5c8ce1e7822d36
|
||||
SIZE (CGI-ExtDirect-2.02.tar.gz) = 72686
|
5
www/p5-CGI-ExtDirect/pkg-descr
Normal file
5
www/p5-CGI-ExtDirect/pkg-descr
Normal 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/
|
5
www/p5-CGI-ExtDirect/pkg-plist
Normal file
5
www/p5-CGI-ExtDirect/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user