opnsense-ports/www/rubygem-lograge/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
518 B
Makefile

PORTNAME= lograge
PORTVERSION= 0.12.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
WWW= https://github.com/roidrage/lograge
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
NO_ARCH= yes
.include <bsd.port.mk>