freebsd-ports/devel/rubygem-mono_logger/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 lines
274 B
Makefile

PORTNAME= mono_logger
PORTVERSION= 1.1.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= dvl@FreeBSD.org
COMMENT= Lock-free logger compatible with Ruby 2.0
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>