forked from Lainports/freebsd-ports
ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc. WWW: https://rubygems.org/gems/activemessaging
20 lines
466 B
Makefile
20 lines
466 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activemessaging
|
|
PORTVERSION= 0.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Event-driven architecture for rails
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=1.0.0:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-celluloid>=0:${PORTSDIR}/devel/rubygem-celluloid
|
|
|
|
USE_RUBY= yes
|
|
RUBY_VER= 1.9
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|