diff options
author | Tom Judge <tj@FreeBSD.org> | 2013-06-18 18:57:26 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2013-06-18 18:57:26 +0000 |
commit | cca8a679140616d4cedb3c455ce03414a889acad (patch) | |
tree | b3de43768c907c39945b7f88d5accf09968d88d5 /textproc/p5-ElasticSearch-SearchBuilder | |
parent | 7b9fde159a43b7a3b6d752fb7369a0178f622e82 (diff) | |
download | ports-cca8a679140616d4cedb3c455ce03414a889acad.tar.gz ports-cca8a679140616d4cedb3c455ce03414a889acad.zip |
Notes
Diffstat (limited to 'textproc/p5-ElasticSearch-SearchBuilder')
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-ElasticSearch-SearchBuilder/Makefile b/textproc/p5-ElasticSearch-SearchBuilder/Makefile new file mode 100644 index 000000000000..ab6c93e327e4 --- /dev/null +++ b/textproc/p5-ElasticSearch-SearchBuilder/Makefile @@ -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> diff --git a/textproc/p5-ElasticSearch-SearchBuilder/distinfo b/textproc/p5-ElasticSearch-SearchBuilder/distinfo new file mode 100644 index 000000000000..ec622485aeb5 --- /dev/null +++ b/textproc/p5-ElasticSearch-SearchBuilder/distinfo @@ -0,0 +1,2 @@ +SHA256 (ElasticSearch-SearchBuilder-0.18.tar.gz) = 8363837e8a7c8217610004bc1e1a4f70ca690ba51fb405ffb812dfff9c02736a +SIZE (ElasticSearch-SearchBuilder-0.18.tar.gz) = 153504 diff --git a/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr b/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr new file mode 100644 index 000000000000..e98076047a0c --- /dev/null +++ b/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr @@ -0,0 +1,4 @@ +ElasticSearch::SearchBuilder - A Perlish compact query language for +ElasticSearch. + +WWW: http://search.cpan.org/dist/ElasticSearch-SearchBuilder/ diff --git a/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist b/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist new file mode 100644 index 000000000000..482b3952c8b5 --- /dev/null +++ b/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist @@ -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 |