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>
|