2ef2ea331c
directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance. WWW: https://github.com/Maher4Ever/wdm PR: ports/187591 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
18 lines
333 B
Makefile
18 lines
333 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wdm
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for monitoring directories for changes
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|