18 lines
316 B
Makefile
18 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/03/18 12:17:11 jasper Exp $
|
|
|
|
COMMENT= wrap existing Ruby scripts to be run as a daemon
|
|
|
|
DISTNAME= daemons-1.1.9
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://daemons.rubyforge.org/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|