23 lines
430 B
Makefile
23 lines
430 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= async-rest
|
|
PORTVERSION= 0.12.2
|
|
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>
|