aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-state_machine/Makefile
blob: 92df303884fe5830fbeaf125ba165ff6e911b590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Eric Freeman <freebsdports@chillibear.com>

PORTNAME=	state_machine
PORTVERSION=	1.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Support for creating state machines for attributes on any Ruby class

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>