summaryrefslogtreecommitdiff
path: root/textproc/rubygem-yard/Makefile
blob: a85a2bca1726842d5485e388585f227129ed7081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	yard
PORTVERSION=	0.9.38
CATEGORIES=	textproc devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Documentation generation tool for Ruby
WWW=		https://yardoc.org/ \
		https://github.com/lsegal/yard

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe gem

NO_ARCH=	yes

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

CPE_VENDOR=	yardoc

.include <bsd.port.mk>