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@
24 lines
442 B
Makefile
24 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.15 2015/07/18 15:46:11 jeremy Exp $
|
|
|
|
COMMENT= Ruby library to physically locate iPhones
|
|
|
|
DISTNAME= findmyiphone-0.2.1
|
|
REVISION= 0
|
|
CATEGORIES= geo
|
|
|
|
HOMEPAGE= https://github.com/mattb/findmyiphone
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= www/ruby-mechanize,${MODRUBY_FLAVOR}
|
|
|
|
MODRUBY_TEST= rake
|
|
|
|
.include <bsd.port.mk>
|