- Update WWW - Add LICENSE_FILE Changes: https://github.com/socketry/multipart-post/releases https://github.com/socketry/multipart-post/commits/main
19 lines
387 B
Makefile
19 lines
387 B
Makefile
PORTNAME= multipart-post
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts
|
|
WWW= https://socketry.github.io/multipart-post/ \
|
|
https://github.com/socketry/multipart-post
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|