19 lines
383 B
Makefile
19 lines
383 B
Makefile
PORTNAME= yard-chef
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= textproc devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= YARD plugin for Chef
|
|
WWW= https://github.com/rightscale/yard-chef
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-yard>=0.9.9:textproc/rubygem-yard \
|
|
rubygem-redcarpet>=2.1.1:textproc/rubygem-redcarpet
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|