mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
18 lines
391 B
Makefile
18 lines
391 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/sysutils/rubygem-syslog-logger/Makefile 445978 2017-07-16 00:47:40Z sunpoet $
|
|
|
|
PORTNAME= syslog-logger
|
|
PORTVERSION= 1.6.8
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Improved Logger replacement that logs to syslog
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|