mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
21 lines
496 B
Makefile
21 lines
496 B
Makefile
PORTNAME= rubocop-rspec
|
|
PORTVERSION= 3.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RuboCop plugin of code style checking for RSpec files
|
|
WWW= https://docs.rubocop.org/rubocop-rspec/ \
|
|
https://github.com/rubocop/rubocop-rspec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-lint_roller>=1.1<2:devel/rubygem-lint_roller \
|
|
rubygem-rubocop>=1.72.1<2:devel/rubygem-rubocop
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|