dcb7fb5a70
Changes: https://github.com/lsegal/yard/releases https://github.com/lsegal/yard/blob/master/CHANGELOG.md
24 lines
401 B
Makefile
24 lines
401 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yard
|
|
PORTVERSION= 0.9.18
|
|
CATEGORIES= textproc devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Documentation generation tool for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/yard \
|
|
bin/yardoc \
|
|
bin/yri
|
|
|
|
.include <bsd.port.mk>
|