openbsd-ports/net/ruby-mfi/Makefile
jeremy aa3fa6c794 Remove unnecessary dependency on ruby-json.
The json library is shipped with ruby 1.9+, and these ports support the
json library that comes with ruby.  While here, remove some
MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8.

OK jasper@
2015-07-18 15:46:11 +00:00

22 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.2 2015/07/18 15:46:11 jeremy Exp $
COMMENT= integration with Ubiquiti mFi sensors and devices
DISTNAME= mfi-0.9.1
REVISION= 0
CATEGORIES= net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= net/ruby-net-ssh,${MODRUBY_FLAVOR}
.include <bsd.port.mk>