ports/devel/rubygem-activemessaging/Makefile
2021-04-06 16:31:07 +02:00

20 lines
397 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= activemessaging
PORTVERSION= 0.13.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Event-driven architecture for rails
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-rake>=0:devel/rubygem-rake
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>