19 lines
321 B
Makefile
19 lines
321 B
Makefile
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
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
|
||
|
|
||
|
LICENSE= MIT
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
USE_RUBY= yes
|
||
|
USES= gem
|
||
|
|
||
|
.include <bsd.port.mk>
|