19 lines
369 B
Makefile
19 lines
369 B
Makefile
PORTNAME= rubocop-ast
|
|
PORTVERSION= 1.28.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RuboCop Node and NodePattern classes
|
|
WWW= https://github.com/rubocop/rubocop-ast
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-parser>=3.2.1.0:devel/rubygem-parser
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|