mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
23 lines
418 B
Makefile
23 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>
|