mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
398 B
Makefile
17 lines
398 B
Makefile
# Created by: Daniel Roethlisberger <daniel@roe.ch>
|
|
# $FreeBSD: head/www/rubygem-sinatra/Makefile 441035 2017-05-16 18:21:55Z sunpoet $
|
|
|
|
PORTNAME= semantic_logger
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Low latency, high throughput, enterprise-scale logging system for Ruby.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|