blob: 56bc58c55e495b06a8c1fb2c7be2b77798107f8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
WWW= https://github.com/celluloid/celluloid-fsm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|