aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-yard/Makefile
blob: f7e2939f5945c21572aa9c1513cb2c2bef946da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

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>