1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-ElasticSearch-SearchBuilder/Makefile

28 lines
731 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
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>