18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
PORTNAME= wdm
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for monitoring directories for changes
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|