mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3e35ab2239
PR: ports/150834 Submitted by: myself (pgollucci) Approved by: rpsfa@rit.edu (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# Ports collection makefile for: gem-logging
|
|
# Date created: 06 Nov 2009
|
|
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logging
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpsfa@rit.edu
|
|
COMMENT= Logging library based on Java's log4j
|
|
|
|
RUN_DEPENDS= rubygem-little_plugger>=1.0.1:${PORTSDIR}/devel/rubygem-little_plugger \
|
|
rubygem-flexmock>=0.8.6:${PORTSDIR}/devel/ruby-flexmock \
|
|
rlock:${PORTSDIR}/devel/rubygem-lockfile
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|