mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
25 lines
636 B
Makefile
25 lines
636 B
Makefile
PORTNAME= rubocop-rails
|
|
PORTVERSION= 2.27.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RuboCop extension focused on enforcing Rails coding conventions
|
|
WWW= https://docs.rubocop.org/rubocop-rails/ \
|
|
https://github.com/rubocop/rubocop-rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport61>=4.2.0:devel/rubygem-activesupport61 \
|
|
rubygem-rack>=1.1:www/rubygem-rack \
|
|
rubygem-rubocop>=1.52.0:devel/rubygem-rubocop \
|
|
rubygem-rubocop-ast>=1.31.1:devel/rubygem-rubocop-ast
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= rubocop_project
|
|
|
|
.include <bsd.port.mk>
|