# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/textproc/rubygem-yard/Makefile 455013 2017-11-28 00:51:29Z sunpoet $

PORTNAME=	yard
PORTVERSION=	0.9.12
CATEGORIES=	textproc devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Documentation generation tool for Ruby

LICENSE=	MIT

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/yard \
		bin/yardoc \
		bin/yri

.include <bsd.port.mk>
