1PORTNAME= state_machines-activemodel 2PORTVERSION= 0.9.0 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Support for creating state machines for attributes on ActiveModel 8WWW= https://github.com/state-machines/state_machines-activemodel 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE.txt 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ 15 rubygem-state_machines>=0.6.0:devel/rubygem-state_machines 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22