summaryrefslogtreecommitdiff
path: root/net/rubygem-uri-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-uri-gitlab/Makefile')
-rw-r--r--net/rubygem-uri-gitlab/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/rubygem-uri-gitlab/Makefile b/net/rubygem-uri-gitlab/Makefile
new file mode 100644
index 000000000000..61d90225fa18
--- /dev/null
+++ b/net/rubygem-uri-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= uri
+PORTVERSION= 0.13.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Provide classes to handle Uniform Resource Identifiers
+WWW= https://github.com/ruby/uri
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>