freebsd-ports/www/rubygem-async-rest/Makefile
Sunpoet Po-Chuan Hsieh c5abb62e7e Add rubygem-async-rest 0.10.1
Roy Thomas Fielding's thesis Architectural Styles and the Design of
Network-based Software Architectures describes Representational State Transfer
which comprises several core concepts:
- Resource: A conceptual mapping to one or more entities.
- Representation: An instance of a resource at a given point in time.

Async::REST models these abstractions as closely and practically as possible and
serves as a basis for building asynchronous web clients.

WWW: https://github.com/socketry/async-rest
2019-08-19 20:50:13 +00:00

22 lines
430 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async-rest
PORTVERSION= 0.10.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RESTful clients (and hopefully servers)
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>