summaryrefslogtreecommitdiff
path: root/textproc/rubygem-bourbon/Makefile
blob: 1197445ce41d34c8ef062adc5da0f56d6d7bd723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>