aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rufo/Makefile
blob: 903f14b533dda53886a29c62bda9a7e34ce03282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rufo
PORTVERSION=	0.18.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast and unobtrusive Ruby code formatter
WWW=		https://github.com/ruby-formatter/rufo

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rufo

.include <bsd.port.mk>