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

21 lines
432 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= celluloid-fsm
PORTVERSION= 0.20.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple finite state machines with integrated Celluloid timeout support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>