pkgsrc/devel/ruby-celluloid-fsm/Makefile
taca 8173f9578d Update ruby-celluloid-fsm to 0.20.5.
Changes are not available.
2015-10-04 12:05:21 +00:00

14 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/10/04 12:05:21 taca Exp $
DISTNAME= celluloid-fsm-0.20.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/celluloid/celluloid-fsm
COMMENT= Celluloid Finite State Machines
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"