mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= rubocop-factory_bot
|
|
PORTVERSION= 2.26.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Plugin for the RuboCop code style enforcing & linting tool
|
|
WWW= https://docs.rubocop.org/rubocop-factory_bot/ \
|
|
https://github.com/rubocop/rubocop-factory_bot
|
|
|
|
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>
|