freebsd-ports/textproc/rubygem-yard/Makefile
Sunpoet Po-Chuan Hsieh ed69158d86 - Add rubygem-yard 0.7.3
YARD - Yay! A Ruby Documentation Tool

YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.

WWW: http://yardoc.org/
2011-10-22 12:14:06 +00:00

24 lines
446 B
Makefile

# New ports collection makefile for: rubygem-yard
# Date created: 2011-10-20
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yard
PORTVERSION= 0.7.3
CATEGORIES= textproc devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A documentation generation tool for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yard \
bin/yardoc \
bin/yri
.include <bsd.port.mk>