opnsense-ports/textproc/rubygem-yard/Makefile
Franco Fichtner 1b132746d8 */*: sync with upstream
Taken from: FreeBSD
2017-04-25 08:46:23 +02:00

22 lines
367 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= yard
PORTVERSION= 0.9.9
CATEGORIES= textproc devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Documentation generation tool for Ruby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/yard \
bin/yardoc \
bin/yri
.include <bsd.port.mk>