# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/p5-ElasticSearch-SearchBuilder/Makefile 345534 2014-02-21 20:09:27Z tj $

PORTNAME=	ElasticSearch-SearchBuilder
PORTVERSION=	0.19
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>
