freebsd-ports/devel/rubygem-logging/Makefile
Sunpoet Po-Chuan Hsieh 7c30051708 - Respect rubygems naming: rename devel/rubygem-little_plugger to devel/rubygem-little-plugger
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
2015-01-05 19:30:13 +00:00

20 lines
466 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
RUN_DEPENDS= rubygem-little-plugger>=1.1.3:${PORTSDIR}/devel/rubygem-little-plugger \
rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>