blob: cd2ea2e32eba225e9f62d53fcd0afd5f6cbc73f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= ElasticSearch-SearchBuilder
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= ElasticSearch Query Builder
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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
DEPRECATED= Use textproc/p5-Elasticsearch which is the official client
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|