aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sass-listen/Makefile
blob: 6d668c27fc9828f85de672a5c3256d4c540c7f4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	sass-listen
PORTVERSION=	4.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Listens to file modifications
WWW=		https://github.com/sass/listen

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-rb-fsevent>=0.9.4<1:devel/rubygem-rb-fsevent \
		rubygem-rb-inotify>=0.9.7<1:devel/rubygem-rb-inotify

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>