diff options
Diffstat (limited to 'devel/rubygem-fog-json-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-fog-json-gitlab/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-fog-json-gitlab/Makefile b/devel/rubygem-fog-json-gitlab/Makefile new file mode 100644 index 000000000000..803626e022ee --- /dev/null +++ b/devel/rubygem-fog-json-gitlab/Makefile @@ -0,0 +1,21 @@ +PORTNAME= fog-json +PORTVERSION= 1.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Extraction of the JSON parsing tools between providers +WWW= https://github.com/fog/fog-json + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core-gitlab>=0:devel/rubygem-fog-core-gitlab \ + rubygem-multi_json>=1.10<2:devel/rubygem-multi_json + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |