ports/devel/rubygem-rubocop-rspec/Makefile

20 lines
437 B
Makefile

PORTNAME= rubocop-rspec
PORTVERSION= 3.2.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-rubocop>=1.61<2:devel/rubygem-rubocop
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>