opnsense-ports/www/rubygem-async-rest/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
397 B
Makefile

PORTNAME= async-rest
PORTVERSION= 0.12.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RESTful clients (and hopefully servers)
WWW= https://github.com/socketry/async-rest
LICENSE= MIT
RUN_DEPENDS= rubygem-async-http>=0.42<1:www/rubygem-async-http \
rubygem-protocol-http>=0.7<1:www/rubygem-protocol-http
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>