diff options
Diffstat (limited to 'devel/rubygem-health_check-rails-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-health_check-rails-gitlab/Makefile | 22 |
1 files changed, 22 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> |