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

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>