blob: 56db519abfed338cb8b22fb9cba3f932c198a57f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= lograge
PORTVERSION= 0.11.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack60>=4:www/rubygem-actionpack60 \
rubygem-activesupport60>=4:devel/rubygem-activesupport60 \
rubygem-railties60>=4:www/rubygem-railties60 \
rubygem-request_store>=1.0<2:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|