aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-lograge/Makefile
blob: 14fa2c4b002b4e0e2f2b87b931dd256590d0bc28 (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
# $FreeBSD$

PORTNAME=   lograge
PORTVERSION=    0.9.0
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:devel/rubygem-request_store

USES=       gem
USE_RUBY=   yes

NO_ARCH=    yes

.include <bsd.port.mk>