opnsense-ports/devel/rubygem-activemessaging/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
387 B
Makefile

PORTNAME= activemessaging
PORTVERSION= 0.14.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Event-driven architecture for rails
WWW= https://github.com/kookster/activemessaging
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-rake>=0:devel/rubygem-rake
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>