mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
99d281e040
WWW: http://rubygems.org/gems/rb-fsevent/ PR: ports/187587 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rb-fsevent
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= FSEvents API with Signals catching (without RubyCocoa)
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|