19 lines
330 B
Makefile
19 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:58 sthen Exp $
|
|
|
|
COMMENT= wrap existing Ruby scripts to be run as a daemon
|
|
|
|
DISTNAME= daemons-1.2.3
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/thuehlinger/daemons
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|