textproc/rubygem-bourbon: Add rubygem-bourbon 7.3.0

Bourbon is a library of Sass mixins and functions that are designed to make you
a more efficient style sheet author.

It is ...
- Dependency-free: Bourbon is pure Sass.
- Human-readable: We aim for clarity over brevity.
- Lightweight: Zero output post-install and has no visual opinion.
This commit is contained in:
Po-Chuan Hsieh 2023-04-27 23:28:12 +08:00
parent 533831a62c
commit 9ede68a323
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View file

@ -1676,6 +1676,7 @@
SUBDIR += rubygem-babel-source
SUBDIR += rubygem-babel-transpiler
SUBDIR += rubygem-babosa
SUBDIR += rubygem-bourbon
SUBDIR += rubygem-case_transform
SUBDIR += rubygem-case_transform61
SUBDIR += rubygem-character_set

View file

@ -0,0 +1,22 @@
PORTNAME= bourbon
PORTVERSION= 7.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library of pure Sass mixins and functions
WWW= https://www.bourbon.io/ \
https://github.com/thoughtbot/bourbon
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-thor>=1.0<2:devel/rubygem-thor
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/bourbon
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1682354462
SHA256 (rubygem/bourbon-7.3.0.gem) = 8a150f97d574ef13d4b50a1c936e5059efe2ae2483de13a7f265e5129c6f98b7
SIZE (rubygem/bourbon-7.3.0.gem) = 93184

View file

@ -0,0 +1,7 @@
Bourbon is a library of Sass mixins and functions that are designed to make you
a more efficient style sheet author.
It is ...
- Dependency-free: Bourbon is pure Sass.
- Human-readable: We aim for clarity over brevity.
- Lightweight: Zero output post-install and has no visual opinion.