summaryrefslogtreecommitdiff
path: root/devel/rubygem-listen/Makefile
blob: 77f1a76349dc2556133a64931d62ee20d19530f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	listen
PORTVERSION=	3.0.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Listen to file modifications and notify about the changes

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

RUN_DEPENDS=	rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \
		rubygem-rb-inotify>=0.9.7:devel/rubygem-rb-inotify \
		rubygem-rb-kqueue>=0.2:devel/rubygem-rb-kqueue

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/listen

.include <bsd.port.mk>