1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-20 03:15:07 +00:00
parent 683d950d9f
commit a31e3a8026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334374
4 changed files with 27 additions and 0 deletions

View File

@ -1350,6 +1350,7 @@
SUBDIR += rubygem-xslt
SUBDIR += rubygem-ya2yaml
SUBDIR += rubygem-yard
SUBDIR += rubygem-yard-chef
SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp

View File

@ -0,0 +1,20 @@
# 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/yard-chef-1.0.0.gem) = cfdc80f4d7fd5563393353e12bd3819f0aa602ed7791e6cae4afd33977909699
SIZE (rubygem/yard-chef-1.0.0.gem) = 14336

View File

@ -0,0 +1,4 @@
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