mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
19 lines
320 B
Makefile
19 lines
320 B
Makefile
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
# $FreeBSD$
|
|
|
|
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>
|