mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
Changes: https://github.com/ruby/logger/blob/master/CHANGELOG.md https://github.com/ruby/logger/commits/master
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= logger
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple logging utility for outputting messages
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|