freebsd-ports/devel/rubygem-state_machines/Makefile
Sunpoet Po-Chuan Hsieh b2572d9adf Cosmetic change
2019-11-03 17:20:25 +00:00

20 lines
385 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= state_machines
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for creating state machines for attributes on any Ruby class
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>