aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-listen/Makefile
blob: dbecc0f82be9d53ab5a4e21a10526e7de56ce3ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	listen
PORTVERSION=	3.10.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Listen to file modifications and notify about the changes
WWW=		https://github.com/guard/listen

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

RUN_DEPENDS=	rubygem-logger>=0:devel/rubygem-logger \
		rubygem-rb-fsevent>=0.10.3<1:devel/rubygem-rb-fsevent \
		rubygem-rb-inotify>=0.9.10<1:devel/rubygem-rb-inotify \
		rubygem-rb-kqueue>=0.2:devel/rubygem-rb-kqueue

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/listen

.include <bsd.port.mk>