1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile
Mark Felder 602692a7dd Update MAINTAINER for Elastic related ports
Approved by:	private email
2018-03-03 15:29:51 +00:00

32 lines
917 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= Search-Elasticsearch-Client-2_0
PORTVERSION= 5.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DRTECH
PKGNAMEPREFIX= p5-
MAINTAINER= elastic@FreeBSD.org
COMMENT= ElasticSearch API for 2.0 servers
LICENSE= APACHE20
BUILD_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \
p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
p5-Moo>=1.003:devel/p5-Moo \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-namespace-clean>=0:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>