freebsd-ports/textproc/p5-ElasticSearch-legacy/Makefile
Sunpoet Po-Chuan Hsieh 1f1487af2c - Fix *_DEPENDS: Carp, constant, Encode, Exporter, File::Path, File::Temp 0.22+, List::Util, parent and Scalar::Util 1.07+ are already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-01-07 19:18:09 +00:00

38 lines
1.2 KiB
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= ElasticSearch
PORTVERSION= 0.66
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -legacy
MAINTAINER= tj@FreeBSD.org
COMMENT= ElasticSearch API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticSearch-SearchBuilder \
p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
DEPRECATED= Use textproc/p5-Elasticsearch which is the official client
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>