e1c2b4ae5f
Pluggaloid is an extensible plugin system for mikutter which allows registered plugins communicate each other via events.
15 lines
470 B
Makefile
15 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/09 19:01:20 tsutsui Exp $
|
|
|
|
DISTNAME= pluggaloid-1.0.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/toshia/pluggaloid
|
|
COMMENT= Extensible plugin system for mikutter
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-delayer-[0-9]*:../../devel/ruby-delayer
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-instance_storage>=1.0.0<2.0.0:../../devel/ruby-instance_storage
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|