forked from Lainports/freebsd-ports
17 lines
354 B
Makefile
17 lines
354 B
Makefile
PORTNAME= state_machines
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support for creating state machines for attributes on any Ruby class
|
|
WWW= https://github.com/state-machines/state_machines
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|