pkgsrc/devel/ruby-logging/Makefile
taca f6bd0cfeae Update devel/ruby-logging to 1.4.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are too many to write here, please refer History.txt.
2010-09-10 13:51:45 +00:00

14 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/09/10 13:51:45 taca Exp $
DISTNAME= logging-1.4.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubygems.org/gems/logging
COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.2:../../devel/ruby-little-plugger
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"