21 lines
437 B
Makefile
21 lines
437 B
Makefile
PORTNAME= rubocop-capybara
|
|
PORTVERSION= 2.21.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Code style checking for Capybara test files
|
|
WWW= https://docs.rubocop.org/rubocop-capybara/ \
|
|
https://github.com/rubocop/rubocop-capybara
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-rubocop>=1.41<2:devel/rubygem-rubocop
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|