summaryrefslogtreecommitdiff
path: root/www/rubygem-cssbundling-rails-rails-gitlab/Makefile
blob: 87c19ec0b9921c9f791346f6ac414cdab928ad30 (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=	-rails-gitlab

MAINTAINER=	mfechner@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-railties-gitlab>=6.0.0:www/rubygem-railties-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>