19 lines
399 B
Makefile
19 lines
399 B
Makefile
PORTNAME= faraday-multipart
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perform multipart-post requests using Faraday
|
|
WWW= https://github.com/lostisland/faraday-multipart
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-multipart-post>=2<3:www/rubygem-multipart-post
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|