freebsd-ports/devel/rubygem-logging/Makefile
Ryan Steinmetz 8f889e7f34 Update to 1.5.2
PR:		ports/158926
Submitted by:	rpsfa@rit.edu (me)
Approved by:	tabthorpe (mentor)
2011-07-19 21:18:10 +00:00

21 lines
457 B
Makefile

# Ports collection makefile for: gem-logging
# Date created: 06 Nov 2009
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
#
# $FreeBSD$
PORTNAME= logging
PORTVERSION= 1.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= zi@FreeBSD.org
COMMENT= Logging library based on Java's log4j
RUN_DEPENDS= rubygem-little_plugger>=1.1.2:${PORTSDIR}/devel/rubygem-little_plugger
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>