mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
17 lines
341 B
Makefile
17 lines
341 B
Makefile
COMMENT = Faraday adapter for Net::HTTP
|
|
|
|
DISTNAME = faraday-net_http-3.4.2
|
|
CATEGORIES = www
|
|
HOMEPAGE = https://github.com/lostisland/faraday-net_http
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|