freebsd-ports/devel/rubygem-activemessaging/Makefile
Ryan Steinmetz bfd8d39ad6 New port: devel/rubygem-activemessaging:
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
2013-03-17 20:52:36 +00:00

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>