freebsd-ports/devel/rubygem-rubocop-ast/Makefile

20 lines
369 B
Makefile

PORTNAME= rubocop-ast
PORTVERSION= 1.24.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.1.1.0:devel/rubygem-parser
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>