diff options
Diffstat (limited to 'net/rubygem-fog-local-gitlab')
-rw-r--r-- | net/rubygem-fog-local-gitlab/Makefile | 20 | ||||
-rw-r--r-- | net/rubygem-fog-local-gitlab/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-fog-local-gitlab/pkg-descr | 1 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net/rubygem-fog-local-gitlab/Makefile b/net/rubygem-fog-local-gitlab/Makefile new file mode 100644 index 000000000000..d724f7c7e554 --- /dev/null +++ b/net/rubygem-fog-local-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= fog-local +PORTVERSION= 0.9.0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Module for the 'fog' gem to support local filesystem storage +WWW= https://github.com/fog/fog-local + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core-gitlab>=1.27<3.0:devel/rubygem-fog-core-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-fog-local-gitlab/distinfo b/net/rubygem-fog-local-gitlab/distinfo new file mode 100644 index 000000000000..1b4242b5c4f2 --- /dev/null +++ b/net/rubygem-fog-local-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1744289326 +SHA256 (rubygem/fog-local-0.9.0.gem) = 2bb5ffb153343a2d641018e2571155ebabd11908a7133504ead7ee03586a6a1c +SIZE (rubygem/fog-local-0.9.0.gem) = 13312 diff --git a/net/rubygem-fog-local-gitlab/pkg-descr b/net/rubygem-fog-local-gitlab/pkg-descr new file mode 100644 index 000000000000..a9ddaf1985a8 --- /dev/null +++ b/net/rubygem-fog-local-gitlab/pkg-descr @@ -0,0 +1 @@ +Fog::Local is a module for the 'fog' gem to support local filesystem storage. |