Net::Groonga::HTTP is a client library for Groonga http server.
Groonga is a fast full text search engine. Please look http://groonga.org/. WWW: http://search.cpan.org/dist/Net-Groonga-HTTP/
This commit is contained in:
parent
d1454d6e66
commit
8e417acfea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381493
@ -612,6 +612,7 @@
|
||||
SUBDIR += p5-Markapl
|
||||
SUBDIR += p5-Marpa-HTML
|
||||
SUBDIR += p5-MathML-Entities
|
||||
SUBDIR += p5-Net-Groonga-HTTP
|
||||
SUBDIR += p5-Net-IDN-Encode
|
||||
SUBDIR += p5-Net-Snort-Parser
|
||||
SUBDIR += p5-Net-YASA
|
||||
|
27
textproc/p5-Net-Groonga-HTTP/Makefile
Normal file
27
textproc/p5-Net-Groonga-HTTP/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Groonga-HTTP
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Groonga httpd client library
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \
|
||||
p5-Furl>0:${PORTSDIR}/www/p5-Furl \
|
||||
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Net-Groonga-HTTP/distinfo
Normal file
2
textproc/p5-Net-Groonga-HTTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Groonga-HTTP-0.03.tar.gz) = 4b462a8d3cb5732f08b0603c93b888a7f29427257d6bc191e7cf78776d0464a6
|
||||
SIZE (Net-Groonga-HTTP-0.03.tar.gz) = 12343
|
6
textproc/p5-Net-Groonga-HTTP/pkg-descr
Normal file
6
textproc/p5-Net-Groonga-HTTP/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Net::Groonga::HTTP is a client library for Groonga http server.
|
||||
|
||||
Groonga is a fast full text search engine. Please look
|
||||
http://groonga.org/.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Groonga-HTTP/
|
6
textproc/p5-Net-Groonga-HTTP/pkg-plist
Normal file
6
textproc/p5-Net-Groonga-HTTP/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PERL5_MAN3%%/Net::Groonga::HTTP.3.gz
|
||||
%%PERL5_MAN3%%/Net::Groonga::HTTP::Response.3.gz
|
||||
%%PERL5_MAN3%%/Net::Groonga::Pager.3.gz
|
||||
%%SITE_PERL%%/Net/Groonga/HTTP.pm
|
||||
%%SITE_PERL%%/Net/Groonga/HTTP/Response.pm
|
||||
%%SITE_PERL%%/Net/Groonga/Pager.pm
|
Loading…
Reference in New Issue
Block a user