freebsd-ports/devel/rubygem-azure-storage-queue/Makefile

23 lines
476 B
Makefile
Raw Normal View History

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure-storage-queue
PORTVERSION= 2.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Storage Queue Client Library for Ruby
2020-02-03 20:57:34 +01:00
LICENSE= MIT
RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-common \
rubygem-nokogiri>=1.10.4<1.11:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>