This reverts commit f4511dc4a7
.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
PORTNAME= health_check
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple health check of Rails app for uptime monitoring
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties61>=5.0:www/rubygem-railties61
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= test/*railsapp
|
|
|
|
.include <bsd.port.mk>
|