diff options
Diffstat (limited to '')
-rw-r--r-- | www/rubygem-rest-client-gitlab/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/rubygem-rest-client-gitlab/Makefile b/www/rubygem-rest-client-gitlab/Makefile new file mode 100644 index 000000000000..54e5f7440265 --- /dev/null +++ b/www/rubygem-rest-client-gitlab/Makefile @@ -0,0 +1,25 @@ +PORTNAME= rest-client +PORTVERSION= 2.1.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Simple Simple HTTP and REST client for Ruby +WWW= https://github.com/rest-client/rest-client + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-http-accept>=1.7.0:www/rubygem-http-accept \ + rubygem-http-cookie>=1.0.2<2.0:www/rubygem-http-cookie \ + rubygem-mime-types-gitlab>=1.16<4.0:misc/rubygem-mime-types-gitlab \ + rubygem-netrc>=0.8<1:net/rubygem-netrc + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/restclient + +.include <bsd.port.mk> |