mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= directory_watcher
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Scans a directory at a set interval and lists files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/dw
|
|
|
|
.include <bsd.port.mk>
|