freebsd-ports/sysutils/rubygem-chef-api/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
381 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= chef-api
PORTVERSION= 0.5.0
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Leightweight Chef API client
LICENSE= APACHE20
RUN_DEPENDS= rubygem-logify>=0.1:sysutils/rubygem-logify
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>