543034970e
Train transport provides a transport to communicate easily with RESTful APIs.
21 lines
506 B
Makefile
21 lines
506 B
Makefile
PORTNAME= train-rest
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide a transport to communicate easily with RESTful APIs
|
|
WWW= https://github.com/tecracer-chef/train-rest
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \
|
|
rubygem-rest-client>=2.1<3:www/rubygem-rest-client \
|
|
rubygem-train-core>=3.0<4:net/rubygem-train-core
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|