freebsd-ports/textproc/rubygem-yard/Makefile

23 lines
367 B
Makefile
Raw Normal View History

# 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>