3f774537d0
* Allow configuring the Ruby interpreter for starting the echo server during unit tests. * The echo server should add a newline to PID files. * Use RbConfig instead of Config when possible. * Add run_echo_server to gemspec. * Add license information to gemspece. This way this info can be retrieved using rubygems.org API
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/03/17 16:10:00 taca Exp $
|
|
|
|
DISTNAME= daemon_controller-1.1.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/FooBarWidget/daemon_controller
|
|
COMMENT= Library for robust daemon management
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|