Transport for Plack (http://search.cpan.org/~miyagawa/Plack/) PSGI
toolkit for SOAP::Lite module. WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/
This commit is contained in:
parent
79681799ca
commit
689df35dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311512
5 changed files with 36 additions and 0 deletions
|
@ -1157,6 +1157,7 @@
|
|||
SUBDIR += p5-Router-Simple
|
||||
SUBDIR += p5-Router-Simple-Sinatraish
|
||||
SUBDIR += p5-SCGI
|
||||
SUBDIR += p5-SOAP-Transport-HTTP-Plack
|
||||
SUBDIR += p5-SRU
|
||||
SUBDIR += p5-STF-Dispatcher-PSGI
|
||||
SUBDIR += p5-SWF-Chart
|
||||
|
|
21
www/p5-SOAP-Transport-HTTP-Plack/Makefile
Normal file
21
www/p5-SOAP-Transport-HTTP-Plack/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SOAP-Transport-HTTP-Plack
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension SOAP::Lite transport for Plack
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SOAP::Transport::HTTP::Plack.3 \
|
||||
XMLRPC::Transport::HTTP::Plack.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-SOAP-Transport-HTTP-Plack/distinfo
Normal file
2
www/p5-SOAP-Transport-HTTP-Plack/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SOAP-Transport-HTTP-Plack-0.03.tar.gz) = 58aa98f3dacb94660bacc38f89985772317eedc67d60cb4289d14c59032fcc5c
|
||||
SIZE (SOAP-Transport-HTTP-Plack-0.03.tar.gz) = 3712
|
4
www/p5-SOAP-Transport-HTTP-Plack/pkg-descr
Normal file
4
www/p5-SOAP-Transport-HTTP-Plack/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Transport for Plack (http://search.cpan.org/~miyagawa/Plack/) PSGI
|
||||
toolkit for SOAP::Lite module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/
|
8
www/p5-SOAP-Transport-HTTP-Plack/pkg-plist
Normal file
8
www/p5-SOAP-Transport-HTTP-Plack/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP/Plack/.packlist
|
||||
%%SITE_PERL%%/SOAP/Transport/HTTP/Plack.pm
|
||||
%%SITE_PERL%%/XMLRPC/Transport/HTTP/Plack.pm
|
||||
@dirrmtry %%SITE_PERL%%/XMLRPC/Transport/HTTP
|
||||
@dirrmtry %%SITE_PERL%%/SOAP/Transport/HTTP
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP/Plack
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport
|
Loading…
Reference in a new issue