mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
20 lines
508 B
Makefile
20 lines
508 B
Makefile
PORTNAME= azure-storage-file
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Microsoft Azure Storage File Client Library for Ruby
|
|
WWW= https://github.com/Azure/azure-storage-ruby/tree/master/file \
|
|
https://github.com/Azure/azure-storage-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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|