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
|
2017-04-24 17:17:23 +02:00
|
|
|
PORTVERSION= 0.9.9
|
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
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2011-10-22 14:14:06 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2011-10-22 14:14:06 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/yard \
|
|
|
|
bin/yardoc \
|
|
|
|
bin/yri
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|