opnsense-ports/devel/rubygem-logging/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
439 B
Makefile

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