2015-07-18 15:46:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2015/07/18 15:46:11 jeremy Exp $
|
2014-08-15 12:09:41 +00:00
|
|
|
|
|
|
|
COMMENT= integration with Ubiquiti mFi sensors and devices
|
|
|
|
|
|
|
|
DISTNAME= mfi-0.9.1
|
2015-07-18 15:46:11 +00:00
|
|
|
REVISION= 0
|
2014-08-15 12:09:41 +00:00
|
|
|
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}
|
2015-07-18 15:46:11 +00:00
|
|
|
RUN_DEPENDS= net/ruby-net-ssh,${MODRUBY_FLAVOR}
|
2014-08-15 12:09:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|