freebsd-ports/devel/rubygem-wdm/Makefile
Steve Wills 2ef2ea331c Windows Directory Monitor (WDM) is a library which can be used to monitor
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>
2014-03-15 23:06:27 +00:00

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>