summaryrefslogtreecommitdiff
path: root/devel/rubygem-directory_watcher/Makefile
blob: 10d056941e8e17ee422a257cffa736a4f2d3cff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	directory_watcher
PORTVERSION=	1.5.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Scans a directory at a set interval and lists files
WWW=		https://github.com/TwP/directory_watcher

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>