blob: 3d80e887dfcd489e6700daa78407deee9f6da4a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|