freebsd-ports/devel/rubygem-syslog/Makefile
Sunpoet Po-Chuan Hsieh 5954ce8250 Add rubygem-syslog 0.1.0
Syslog is a simple wrapper for the UNIX syslog system calls that might be handy
if you're writing a server in Ruby.

WWW: https://github.com/ruby/syslog
2021-01-03 20:01:25 +00:00

19 lines
380 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= syslog
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface for the POSIX system logging facility
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>