aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-celluloid-fsm/Makefile
blob: 53c0207aa29cdc3db813d7230eee30b4f8e11e34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

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

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>