Files
ports/www/rubygem-tailwindcss-rails/Makefile
Po-Chuan Hsieh 111de8397e www/rubygem-tailwindcss-rails: Add rubygem-tailwindcss-rails 1.0.0
Tailwind CSS is a utility-first CSS framework packed with classes like flex,
pt-4, text-center and rotate-90 that can be composed to build any design,
directly in your markup.

This gem gives access to the standard Tailwind CSS framework configured for dark
mode, forms, aspect-ratio, typography, and the Inter font via the asset pipeline
using Sprockets (and soon Propshaft).

WWW: https://github.com/rails/tailwindcss-rails
2022-01-12 02:43:49 +08:00

22 lines
416 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tailwindcss-rails
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrate Tailwind CSS with the asset pipeline in Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>