freebsd-ports/devel/rubygem-directory_watcher/Makefile
2021-04-06 16:31:07 +02:00

18 lines
308 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
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
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>