2013-06-13 13:49:19 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-22 14:14:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yard
|
2013-11-02 18:08:00 +01:00
|
|
|
PORTVERSION= 0.8.7.3
|
2011-11-16 19:57:10 +01:00
|
|
|
CATEGORIES= textproc devel rubygems
|
2011-10-22 14:14:06 +02:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Documentation generation tool for Ruby
|
2011-10-22 14:14:06 +02:00
|
|
|
|
2012-08-05 08:49:18 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-10-22 14:14:06 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/yard \
|
|
|
|
bin/yardoc \
|
|
|
|
bin/yri
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|