22 lines
473 B
Makefile
22 lines
473 B
Makefile
PORTNAME= async-rest
|
|
PORTVERSION= 0.20.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RESTful clients (and hopefully servers)
|
|
WWW= https://socketry.github.io/async-rest/ \
|
|
https://github.com/socketry/async-rest
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
RUN_DEPENDS= rubygem-async-http>=0.42<1:www/rubygem-async-http \
|
|
rubygem-protocol-url>=0.2<1:www/rubygem-protocol-url
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|