freebsd-ports/www/rubygem-lograge/Makefile
Po-Chuan Hsieh 7e26bb7039
www/rubygem-lograge: Update to 0.11.2
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
2021-07-22 02:12:08 +08:00

21 lines
490 B
Makefile

PORTNAME= lograge
PORTVERSION= 0.11.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \
rubygem-activesupport4>=4:devel/rubygem-activesupport4 \
rubygem-railties4>=4:www/rubygem-railties4 \
rubygem-request_store>=1.0<2:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>