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:
parent
683d950d9f
commit
a31e3a8026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334374
@ -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
|
||||
|
20
textproc/rubygem-yard-chef/Makefile
Normal file
20
textproc/rubygem-yard-chef/Makefile
Normal 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>
|
2
textproc/rubygem-yard-chef/distinfo
Normal file
2
textproc/rubygem-yard-chef/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/yard-chef-1.0.0.gem) = cfdc80f4d7fd5563393353e12bd3819f0aa602ed7791e6cae4afd33977909699
|
||||
SIZE (rubygem/yard-chef-1.0.0.gem) = 14336
|
4
textproc/rubygem-yard-chef/pkg-descr
Normal file
4
textproc/rubygem-yard-chef/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user