Files
ports/devel/rubygem-logging/Makefile
2021-04-06 16:31:07 +02:00

23 lines
448 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
PORTNAME= logging
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Logging library based on Java's log4j #'
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
rubygem-multi_json>=1.14<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>