freebsd-ports/textproc/rubygem-scss_lint/Makefile
Po-Chuan Hsieh 1ce3069d7d
textproc/rubygem-scss_lint: Update to 0.59.0
- Update version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/sds/scss-lint/releases
2021-07-22 02:12:04 +08:00

21 lines
338 B
Makefile

PORTNAME= scss_lint
PORTVERSION= 0.59.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= SCSS linter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-sass>=3.5.5<4:textproc/rubygem-sass
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/scss-lint
.include <bsd.port.mk>