diff options
Diffstat (limited to 'devel/rubygem-health_check-rails-gitlab')
-rw-r--r-- | devel/rubygem-health_check-rails-gitlab/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-health_check-rails-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-health_check-rails-gitlab/pkg-descr | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/rubygem-health_check-rails-gitlab/Makefile b/devel/rubygem-health_check-rails-gitlab/Makefile new file mode 100644 index 000000000000..6eb469b6a832 --- /dev/null +++ b/devel/rubygem-health_check-rails-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= health_check +PORTVERSION= 3.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails-gitlab + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple health check of Rails app for uptime monitoring +WWW= https://github.com/ianheggie/health_check + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-railties-gitlab>=5.0:www/rubygem-railties-gitlab + +USES= gem shebangfix + +NO_ARCH= yes + +SHEBANG_FILES= test/*railsapp + +.include <bsd.port.mk> diff --git a/devel/rubygem-health_check-rails-gitlab/distinfo b/devel/rubygem-health_check-rails-gitlab/distinfo new file mode 100644 index 000000000000..8e87e7350f91 --- /dev/null +++ b/devel/rubygem-health_check-rails-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624630294 +SHA256 (rubygem/health_check-3.1.0.gem) = 10146508237dc54ed7e24c292d8ba7fb8f9590cf26c66e325b947438c4103b57 +SIZE (rubygem/health_check-3.1.0.gem) = 34816 diff --git a/devel/rubygem-health_check-rails-gitlab/pkg-descr b/devel/rubygem-health_check-rails-gitlab/pkg-descr new file mode 100644 index 000000000000..53267c53e60d --- /dev/null +++ b/devel/rubygem-health_check-rails-gitlab/pkg-descr @@ -0,0 +1 @@ +Simple health check of Rails app for uptime monitoring. |