mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0bfef20756
Changelog: https://github.com/thuehlinger/daemons/releases ok abieber@
16 lines
257 B
Makefile
16 lines
257 B
Makefile
COMMENT= wrap existing Ruby scripts to be run as a daemon
|
|
|
|
DISTNAME= daemons-1.4.1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/thuehlinger/daemons
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|