aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rubocop-ast/Makefile
blob: 55bea6b78260d59751659c141839193efa7897dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rubocop-ast
PORTVERSION=	1.46.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RuboCop Node and NodePattern classes
WWW=		https://docs.rubocop.org/rubocop-ast/ \
		https://github.com/rubocop/rubocop-ast

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

RUN_DEPENDS=	rubygem-parser>=3.3.7.2:devel/rubygem-parser \
		rubygem-prism>=1.4:textproc/rubygem-prism

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>