opnsense-ports/devel/rubygem-rubocop-performance/Makefile
Franco Fichtner c7fad71ac0 */*: sync with upstream
Taken from: FreeBSD
2023-05-30 10:59:29 +02:00

20 lines
475 B
Makefile

PORTNAME= rubocop-performance
PORTVERSION= 1.18.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of RuboCop cops to check for performance optimizations
WWW= https://github.com/rubocop/rubocop-performance
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rubocop>=1.7.0<2.0:devel/rubygem-rubocop \
rubygem-rubocop-ast>=0.4.0:devel/rubygem-rubocop-ast
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>