blob: 5e020906f467f413899e9a1a740ca43603721b77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
WWW= https://github.com/ianheggie/health_check
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>
|