18 lines
292 B
Makefile
18 lines
292 B
Makefile
|
COMMENT= integration with Ubiquiti mFi sensors and devices
|
||
|
|
||
|
DISTNAME= mfi-0.9.1
|
||
|
REVISION= 1
|
||
|
CATEGORIES= net
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= ruby gem
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= net/ruby-net-ssh,${MODRUBY_FLAVOR}
|
||
|
|
||
|
.include <bsd.port.mk>
|