1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/rubygem-logging/Makefile
2020-08-23 19:44:46 +00:00

24 lines
460 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
# $FreeBSD$
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>