freebsd-ports/sysutils/rubygem-chef-solr/Makefile
Sunpoet Po-Chuan Hsieh 0396aa9a79 - Update to 10.30.2
- Add LICENSE
- Add rubygems to CATEGORIES
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
2014-01-01 06:51:36 +00:00

26 lines
540 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
PORTNAME= chef-solr
PORTVERSION= 10.30.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Systems integration framework. Client part
LICENSE= APACHE20
RUN_DEPENDS= apache-solr>=0:${PORTSDIR}/textproc/apache-solr \
rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef
#BROKEN= fails to install
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/chef-solr \
bin/chef-solr-installer
.include <bsd.port.mk>