aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-net-http-gitlab/Makefile')
-rw-r--r--www/rubygem-net-http-gitlab/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/rubygem-net-http-gitlab/Makefile b/www/rubygem-net-http-gitlab/Makefile
new file mode 100644
index 000000000000..c552cf44dff1
--- /dev/null
+++ b/www/rubygem-net-http-gitlab/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= net-http
+PORTVERSION= 0.6.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= HTTP client api for Ruby
+WWW= https://github.com/ruby/net-http
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= rubygem-uri-gitlab>=0:net/rubygem-uri-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.6\.
+
+.include <bsd.port.mk>