ports/textproc/rubygem-bourbon/Makefile
Po-Chuan Hsieh 9ede68a323
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.
2023-04-27 23:28:12 +08:00

22 lines
418 B
Makefile

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>