aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-state_machine/Makefile
blob: 81243b6e4c2b19bced67dae0e604643d300ca29b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>