ports/devel/rubygem-event-bus/Makefile
2017-04-17 16:50:32 +00:00

22 lines
415 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= event-bus
PORTVERSION= 0.2.3
PORTREVISION= 1
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
USES= gem shebangfix
SHEBANG_FILES= script/bootstrap \
script/setup
.include <bsd.port.mk>