pkgsrc/misc/ruby-daemons/Makefile
taca c65983a46a misc/ruby-daemons: update to 1.2.6
== 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)
2018-03-14 14:55:36 +00:00

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"