2014-12-19 18:37:36 +01:00
|
|
|
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= chef-api
|
|
|
|
PORTVERSION= 0.5.0
|
|
|
|
CATEGORIES= sysutils ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2015-04-29 01:36:56 +02:00
|
|
|
MAINTAINER= mmoll@FreeBSD.org
|
2014-12-19 18:37:36 +01:00
|
|
|
COMMENT= Leightweight Chef API client
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-logify>=0.1:${PORTSDIR}/sysutils/rubygem-logify
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2014-12-19 18:37:36 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|