mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
The following ports are updated as part of this commit: o devel/rubygem-blobstore_client (1.3215.0 -> 1.3262.24.0) o devel/rubygem-bosh-template (1.3215.0 -> 1.3262.24.0) o devel/rubygem-bosh_common (1.3215.0 -> 1.3262.24.0) o devel/rubygem-semi_semantic (1.1.0 -> 1.2.0) o sysutils/rubygem-bosh_cli (1.3215.0 -> 1.3262.24.0) Approved by: sunpoet Differential Revision: https://reviews.freebsd.org/D7336
24 lines
546 B
Makefile
24 lines
546 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blobstore_client
|
|
PORTVERSION= 1.3262.24.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= BOSH blobstore client
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-aws-sdk-resources>=2.2.0:devel/rubygem-aws-sdk-resources \
|
|
rubygem-bosh_common>=${PORTVERSION}:devel/rubygem-bosh_common \
|
|
rubygem-httpclient>=2.7.1:www/rubygem-httpclient \
|
|
rubygem-multi_json>=1.1:devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/blobstore_client_console
|
|
|
|
.include <bsd.port.mk>
|