freebsd-ports/sysutils/rubygem-chef-solr/Makefile
Philip M. Gollucci 4bf323b29b chef-solr is a Ruby container for SOLR that starts up the Search Engine for the
Chef Server under Jetty.

For more information, see the following pages on the Chef Wiki:
o   wiki.opscode.com/display/chef/Search
o   wiki.opscode.com/display/chef/Chef+Indexer

WWW: http://wiki.opscode.com/display/chef

PR:		ports/163357
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:21:37 +00:00

26 lines
572 B
Makefile

# Ports collection makefile for: rubygem-chef-solr
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
PORTNAME= chef-solr
PORTVERSION= 0.10.8
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A systems integration framework. Client part
RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef \
apache-solr>=0:${PORTSDIR}/textproc/apache-solr
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/chef-solr \
bin/chef-solr-installer
.include <bsd.port.mk>