Add rubygem-health_check26-rails52 2.6.0 (copied from rubygem-health_check26-rails5).
This commit is contained in:
parent
3f11923401
commit
4702ec4b92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509880
4 changed files with 32 additions and 0 deletions
|
@ -5654,6 +5654,7 @@
|
|||
SUBDIR += rubygem-hashie2
|
||||
SUBDIR += rubygem-health_check
|
||||
SUBDIR += rubygem-health_check26-rails5
|
||||
SUBDIR += rubygem-health_check26-rails52
|
||||
SUBDIR += rubygem-heapy
|
||||
SUBDIR += rubygem-highline
|
||||
SUBDIR += rubygem-hike
|
||||
|
|
25
devel/rubygem-health_check26-rails52/Makefile
Normal file
25
devel/rubygem-health_check26-rails52/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= health_check
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 26-rails52
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Simple health check of Rails app for uptime monitoring
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rails52>=4.0:www/rubygem-rails52
|
||||
|
||||
PORTSCOUT= limit:^2\.6
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
SHEBANG_FILES= test/*railsapp
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-health_check26-rails52/distinfo
Normal file
3
devel/rubygem-health_check26-rails52/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1518181728
|
||||
SHA256 (rubygem/health_check-2.6.0.gem) = a8eec920df0566e327bc6c4561464af8573aaa2d1546b71490e17f6f010acad5
|
||||
SIZE (rubygem/health_check-2.6.0.gem) = 27648
|
3
devel/rubygem-health_check26-rails52/pkg-descr
Normal file
3
devel/rubygem-health_check26-rails52/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple health check of Rails app for uptime monitoring.
|
||||
|
||||
WWW: https://github.com/ianheggie/health_check
|
Loading…
Reference in a new issue