blob: e8eac861dc9343d4145ea7b070902b2b84d556a2 (
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
24
|
# $FreeBSD$
PORTNAME= lograge
PORTVERSION= 0.7.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport50>=4:devel/rubygem-activesupport50 \
rubygem-actionpack50>=4:www/rubygem-actionpack50 \
rubygem-railties50>=4:www/rubygem-railties50 \
rubygem-request_store>=1.0:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|