aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sass-listen/Makefile
blob: ebb0cf6870f7d5228a05319538aac9cc2cdc9ab9 (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

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
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>