Wisper is a micro library providing Ruby objects with Publish-Subscribe capabilities. It supports: - Decouple core business logic from external concerns in Hexagonal style architectures. - Use as an alternative to ActiveRecord callbacks and Observers in Rails apps. - Connect objects based on context without permanence. - Publish events synchronously or asynchronously. WWW: https://github.com/krisleech/wisper
18 lines
324 B
Makefile
18 lines
324 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wisper
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for Ruby objects with Publish-Subscribe capabilities
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|