sebastia b81b42586b library to do multipart form posts
Use with Net::HTTP to do multipart form posts. IO values that have
#content_type, #original_filename, and #local_path will be posted as a
binary file.

Feedback and OK jeremy@, jasper@
2015-04-16 17:27:58 +00:00

18 lines
383 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/04/16 17:27:58 sebastia Exp $
COMMENT = library to do multipart form posts
DISTNAME = multipart-post-2.0.0
CATEGORIES = www
HOMEPAGE = https://github.com/nicksieger/multipart-post
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>