mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a31e3a8026
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>
21 lines
391 B
Makefile
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>
|