New port for textproc/p5-ElasticSearch-SearchBuilder
ElasticSearch::SearchBuilder - A Perlish compact query language for ElasticSearch. WWW: http://search.cpan.org/dist/ElasticSearch-SearchBuilder/
This commit is contained in:
parent
7b9fde159a
commit
cca8a67914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321212
5 changed files with 35 additions and 0 deletions
|
@ -510,6 +510,7 @@
|
|||
SUBDIR += p5-Dev-Bollocks
|
||||
SUBDIR += p5-Devel-TraceSAX
|
||||
SUBDIR += p5-DocSet
|
||||
SUBDIR += p5-ElasticSearch-SearchBuilder
|
||||
SUBDIR += p5-EBook-Tools
|
||||
SUBDIR += p5-Excel-Template
|
||||
SUBDIR += p5-Excel-Writer-XLSX
|
||||
|
|
23
textproc/p5-ElasticSearch-SearchBuilder/Makefile
Normal file
23
textproc/p5-ElasticSearch-SearchBuilder/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ElasticSearch-SearchBuilder
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= ElasticSearch Query Builder
|
||||
|
||||
RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ElasticSearch::SearchBuilder.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-ElasticSearch-SearchBuilder/distinfo
Normal file
2
textproc/p5-ElasticSearch-SearchBuilder/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ElasticSearch-SearchBuilder-0.18.tar.gz) = 8363837e8a7c8217610004bc1e1a4f70ca690ba51fb405ffb812dfff9c02736a
|
||||
SIZE (ElasticSearch-SearchBuilder-0.18.tar.gz) = 153504
|
4
textproc/p5-ElasticSearch-SearchBuilder/pkg-descr
Normal file
4
textproc/p5-ElasticSearch-SearchBuilder/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
ElasticSearch::SearchBuilder - A Perlish compact query language for
|
||||
ElasticSearch.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ElasticSearch-SearchBuilder/
|
5
textproc/p5-ElasticSearch-SearchBuilder/pkg-plist
Normal file
5
textproc/p5-ElasticSearch-SearchBuilder/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/ElasticSearch/SearchBuilder.pm
|
||||
%%SITE_PERL%%/mach/auto/ElasticSearch/SearchBuilder/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/ElasticSearch/SearchBuilder
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/ElasticSearch
|
||||
@dirrmtry %%SITE_PERL%%/ElasticSearch
|
Loading…
Reference in a new issue