c65983a46a
== Release 1.2.6: December 24, 2017 * Add links to rubydoc.info documentation. == Release 1.2.5: October 22, 2017 * In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi) * Use File.expand_path on and output and log files (thanks to Dave Harris)
12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.16 2018/03/14 14:55:36 taca Exp $
|
|
|
|
DISTNAME= daemons-1.2.6
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/thuehlinger/daemons
|
|
COMMENT= Toolkit to convert Ruby scripts to a daemon
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|