freebsd-ports/devel/rubygem-wdm/Makefile
Po-Chuan Hsieh 08698844c8
devel/rubygem-wdm: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-10 22:46:23 +08:00

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>