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

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

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

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

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

NO_STAGE=	yes
.include <bsd.port.mk>