devel/rubygem-message_bus: create port
A message bus for rack WWW: https://github.com/SamSaffron/message_bus
This commit is contained in:
parent
00f8e03b2e
commit
80e0314cb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370266
4 changed files with 26 additions and 0 deletions
|
@ -4413,6 +4413,7 @@
|
|||
SUBDIR += rubygem-memoizable
|
||||
SUBDIR += rubygem-memoize
|
||||
SUBDIR += rubygem-mercenary
|
||||
SUBDIR += rubygem-message_bus
|
||||
SUBDIR += rubygem-metaclass
|
||||
SUBDIR += rubygem-metaid
|
||||
SUBDIR += rubygem-method_source
|
||||
|
|
20
devel/rubygem-message_bus/Makefile
Normal file
20
devel/rubygem-message_bus/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= message_bus
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Message bus for rack
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-rack>=1.1.3:${PORTSDIR}/www/rubygem-rack \
|
||||
rubygem-redis>=0:${PORTSDIR}/databases/rubygem-redis
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-message_bus/distinfo
Normal file
2
devel/rubygem-message_bus/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/message_bus-0.9.6.gem) = 4a7fd99cb5fd86ce2ce954485eafdb56abf1b03f961d73e6f143c8af827ca41e
|
||||
SIZE (rubygem/message_bus-0.9.6.gem) = 304128
|
3
devel/rubygem-message_bus/pkg-descr
Normal file
3
devel/rubygem-message_bus/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A message bus for rack
|
||||
|
||||
WWW: https://github.com/SamSaffron/message_bus
|
Loading…
Reference in a new issue