Po-Chuan Hsieh a86870a87b
devel/rubygem-lint_roller: Add rubygem-lint_roller 1.1.0
lint_roller is an itty-bitty plugin API for code analysis tools like linters and
formatters. It provides plugins for those tools to load extensions and specify
custom rulesets.
2025-02-19 19:52:59 +08:00

18 lines
330 B
Makefile

PORTNAME= lint_roller
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Plugin specification for linter and formatter rulesets
WWW= https://github.com/standardrb/lint_roller
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>