mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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.
22 lines
418 B
Makefile
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>
|