mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
event_emitter is a Ruby port of EventEmitter from Node.js. WWW: https://github.com/shokai/event_emitter
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= event_emitter
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby port of EventEmitter from Node.js
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|