be3eb8e692
Delay Any task. Similar priority-queue.
13 lines
340 B
Makefile
13 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/18 02:52:41 obache Exp $
|
|
|
|
DISTNAME= delayer-0.0.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/delayer
|
|
COMMENT= Ruby module to delay the processing
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|