aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-azure_mgmt_automanage/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-29 18:14:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-29 18:14:31 +0000
commita0eff215c9e3e1882dcc347015e5a51d4c02ca82 (patch)
tree89ad3997287b8879be286400146f238fd98ce87c /devel/rubygem-azure_mgmt_automanage/Makefile
parent5946287fc710bc04def69bc3a826e2e09ba3e911 (diff)
downloadports-a0eff215c9e3e1882dcc347015e5a51d4c02ca82.tar.gz
ports-a0eff215c9e3e1882dcc347015e5a51d4c02ca82.zip
Notes
Diffstat (limited to 'devel/rubygem-azure_mgmt_automanage/Makefile')
-rw-r--r--devel/rubygem-azure_mgmt_automanage/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-azure_mgmt_automanage/Makefile b/devel/rubygem-azure_mgmt_automanage/Makefile
new file mode 100644
index 000000000000..62c3c819d62f
--- /dev/null
+++ b/devel/rubygem-azure_mgmt_automanage/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= azure_mgmt_automanage
+PORTVERSION= 0.17.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Azure Automanage Client Library for Ruby
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>