ports/www/rubygem-cssbundling-rails/Makefile
Po-Chuan Hsieh 65f49b4d25
www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 7.2
- Bump PORTREVISION for dependency change
2024-09-18 14:15:07 +08:00

20 lines
443 B
Makefile

PORTNAME= cssbundling-rails
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js
WWW= https://github.com/rails/cssbundling-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>