freebsd-ports/textproc/rubygem-yard/Makefile
Sunpoet Po-Chuan Hsieh 57b574dd90 - Update to 0.7.4
Changes:	https://github.com/lsegal/yard/blob/master/ChangeLog
Feature safe:	yes
2011-12-05 05:15:59 +00:00

24 lines
450 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.4
CATEGORIES= textproc devel rubygems
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>