aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-listen/Makefile
blob: 23c9f95ab7a51f3c6e987f09b7a0e815a3fe2fb7 (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
PORTNAME=	listen
PORTVERSION=	3.9.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-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>