summaryrefslogtreecommitdiff
path: root/www/rubygem-async-rest/Makefile
blob: 25b1f255ccf91df955461b8785cb4da7a1ed9857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>