== 1.2.11.2 / 2011-09-07 - Remove empty dirents after constructing tree (fixes non-contiguous allocation table usage). - Fix fallback Symbol#to_proc to match activesupport definition in case we get loaded first (github #2, lazylester). - Use method_defined? for fallback guards to support newer versions of ruby (jocker). - Add guard on FileTime#initialize to skip for newer versions of ruby. Missing required methods, but optimization no longer relevant anyway (github #4, sagmor).
20 lines
479 B
Makefile
20 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/09/08 10:49:41 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ruby-ole-1.2.11.2
|
|
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ruby-ole/
|
|
COMMENT= Ruby library for read/write access to OLE compound documents
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|