21 lines
449 B
Makefile
21 lines
449 B
Makefile
|
# Ports collection makefile for: rubygem-state_machine
|
||
|
# Date created: 27 April 2011
|
||
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= state_machine
|
||
|
PORTVERSION= 0.10.4
|
||
|
CATEGORIES= devel rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= freebsdports@chillibear.com
|
||
|
COMMENT= Support for creating state machines for attributes on any Ruby class
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|