22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logging
|
|
PORTVERSION= 2.2.2
|
|
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:devel/rubygem-little-plugger \
|
|
rubygem-multi_json>=1.10:devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|