opnsense-ports/textproc/rubygem-yard/Makefile
Franco Fichtner fbce3cc773 */*: sync with upstream
Taken from: FreeBSD
2015-07-07 15:27:15 +02:00

23 lines
399 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= yard
PORTVERSION= 0.8.7.6
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yard \
bin/yardoc \
bin/yri
.include <bsd.port.mk>