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:
parent
533831a62c
commit
9ede68a323
4 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
22
textproc/rubygem-bourbon/Makefile
Normal file
22
textproc/rubygem-bourbon/Makefile
Normal 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>
|
3
textproc/rubygem-bourbon/distinfo
Normal file
3
textproc/rubygem-bourbon/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1682354462
|
||||
SHA256 (rubygem/bourbon-7.3.0.gem) = 8a150f97d574ef13d4b50a1c936e5059efe2ae2483de13a7f265e5129c6f98b7
|
||||
SIZE (rubygem/bourbon-7.3.0.gem) = 93184
|
7
textproc/rubygem-bourbon/pkg-descr
Normal file
7
textproc/rubygem-bourbon/pkg-descr
Normal 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.
|
Loading…
Reference in a new issue