2a56e34bee
HTTP::FormData is utility-belt to build form data request bodies. It provides support for 'application/x-www-form-urlencoded' and 'multipart/form-data' types. WWW: https://github.com/httprb/form_data.rb RG: https://rubygems.org/gems/http-form_data
18 lines
325 B
Makefile
18 lines
325 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http-form_data
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Build form data request bodies
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|