eec56ce1ff
== 1.2.11.3 / 2012-02-25 - Various fixes for ruby 1.9.3 - handle iconv deprecation and fix FileTime.from_time (github #7, brawnski). - Avoid constant redefinition warning in gemspec.
20 lines
479 B
Makefile
20 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/02/26 11:54:59 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ruby-ole-1.2.11.3
|
|
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"
|