blob: 3a810d77bdba352e7a1593a5612cd1dbad15c4cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= cssbundling-rails
PORTVERSION= 1.4.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
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>
|