blob: 7f501c524d8e955ade40db7d3080b02180dff83a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= rubocop-performance
PORTVERSION= 1.26.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of RuboCop cops to check for performance optimizations
WWW= https://docs.rubocop.org/rubocop-performance/ \
https://github.com/rubocop/rubocop-performance
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-lint_roller>=1.1<2:devel/rubygem-lint_roller \
rubygem-rubocop>=1.75.0<2.0:devel/rubygem-rubocop \
rubygem-rubocop-ast>=1.44.0:devel/rubygem-rubocop-ast
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|