58b84fb34d
Changes: https://github.com/Azure/azure-storage-ruby/releases https://github.com/Azure/azure-storage-ruby/blob/master/table/ChangeLog.md
21 lines
461 B
Makefile
21 lines
461 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= azure-storage-table
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Microsoft Azure Storage Table Client Library for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-common \
|
|
rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|