26c6aa6149
1.2.0 (2021-07-12) Features * Adding support for streamed responses (#6, @MikeRogers0) Documentation * README: Fix a broken link (#4, @olleolleolle) * README: Fix a Markdown link (f7408a8, @olleolleolle)
14 lines
372 B
Makefile
14 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/08/30 15:29:19 taca Exp $
|
|
|
|
DISTNAME= faraday-net_http_persistent-1.2.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/lostisland/faraday-net_http_persistent
|
|
COMMENT= Faraday adapter for NetHttpPersistent
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|