mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD: head/devel/rubygem-rb-fsevent/Makefile 463575 2018-03-04 16:11:23Z sunpoet $
|
|
|
|
PORTNAME= rb-fsevent
|
|
PORTVERSION= 0.10.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= FSEvents API with Signals catching (without RubyCocoa)
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|