05c53309b1
Update ruby-http-form_data to 2.3.0. pkgsrc change: add "USE_LANGAUGES= # none". ## 2.3.0 (2020-03-08) * [#29](https://github.com/httprb/form_data/pull/29) Enhance HTTP::FormData::Urlencoded with per-instance encoder. [@summera][] ## 2.2.0 (2020-01-09) * [#28](https://github.com/httprb/form_data/pull/28) Ruby 2.7 compatibility. [@janko][]
14 lines
333 B
Makefile
14 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/03/21 17:03:44 taca Exp $
|
|
|
|
DISTNAME= http-form_data-2.3.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/httprb/form_data.rb
|
|
COMMENT= Build form data request bodies
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|