1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/rubygem-yard-chef/Makefile
Sunpoet Po-Chuan Hsieh a31e3a8026 - Add rubygem-yard-chef 1.0.0
yard-chef is a YARD plugin for Chef that adds support for documenting Chef
resources, providers, and definitions.

WWW: https://github.com/rightscale/yard-chef

PR:		ports/183852
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
2013-11-20 03:15:07 +00:00

21 lines
391 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= yard-chef
PORTVERSION= 1.0.0
CATEGORIES= textproc devel rubygems
MASTER_SITES= RG
MAINTAINER= douglas@douglasthrift.net
COMMENT= YARD plugin for Chef
LICENSE= MIT
RUN_DEPENDS= rubygem-yard>=0.8:${PORTSDIR}/textproc/rubygem-yard
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>