mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
476 B
Makefile
21 lines
476 B
Makefile
PORTNAME= async-rest
|
|
PORTVERSION= 0.19.1
|
|
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-http>=0.45<1:www/rubygem-protocol-http
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|