5b0addae90
Update ruby-multipart-post to 2.1.1. No release notes available. Please refer: <https://github.com/socketry/multipart-post/compare/v2.0.0...v2.1.1>.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/03/21 16:58:04 taca Exp $
|
|
|
|
DISTNAME= multipart-post-2.1.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/nicksieger/multipart-post
|
|
COMMENT= Multipart form post accessory for Net::HTTP
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|