jeremy 697d2da9e7 Update to faraday 0.17.4
Works on Ruby 3.0.

OK sebastia@ (MAINTAINER)
2021-08-26 20:01:39 +00:00

20 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.6 2021/08/26 20:01:39 jeremy Exp $
COMMENT = HTTP/REST API client library
DISTNAME = faraday-0.17.4
CATEGORIES = www
HOMEPAGE = https://github.com/lostisland/faraday
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += www/ruby-multipart-post,${MODRUBY_FLAVOR}>=1.2,<3
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>