1e4cd07821
Changes: https://github.com/roidrage/lograge/releases https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
22 lines
541 B
Makefile
22 lines
541 B
Makefile
PORTNAME= lograge
|
|
PORTVERSION= 0.14.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
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-actionpack5>=4:www/rubygem-actionpack5 \
|
|
rubygem-activesupport5>=4:devel/rubygem-activesupport5 \
|
|
rubygem-railties5>=4:www/rubygem-railties5 \
|
|
rubygem-request_store>=1.0<2:devel/rubygem-request_store
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|