openbsd-ports/devel/ruby-daemon_controller/Makefile

26 lines
541 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2011/11/17 15:33:29 jeremy Exp $
COMMENT = robust daemon management
DISTNAME = daemon_controller-0.2.6
CATEGORIES = devel
HOMEPAGE = https://github.com/FooBarWidget/daemon_controller
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rspec2
MODRUBY_REGRESS_TARGET = spec/daemon_controller_spec.rb
.include <bsd.port.mk>