mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a51ddb03e5
- Update version requirement of RUN_DEPENDS Changes: https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
23 lines
520 B
Makefile
23 lines
520 B
Makefile
PORTNAME= lograge
|
|
PORTVERSION= 0.11.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails52
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Tame Rails' multi-line logging into a single line per request #'
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-actionpack52>=4:www/rubygem-actionpack52 \
|
|
rubygem-activesupport52>=4:devel/rubygem-activesupport52 \
|
|
rubygem-railties52>=4:www/rubygem-railties52 \
|
|
rubygem-request_store>=1.0<2:devel/rubygem-request_store
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|