freebsd-ports/devel/rubygem-event-bus/Makefile
Sunpoet Po-Chuan Hsieh 90f0ed0d01 - Add rubygem-event-bus 0.2.3
Event Bus helps you to setup an event bus for your library.

WWW: https://github.com/fedux-org/event-bus
2016-01-17 12:45:50 +00:00

20 lines
369 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= event-bus
PORTVERSION= 0.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Notifies subscribers about event
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>