pkgsrc/devel/ruby-ole/Makefile
obache eec56ce1ff Update ruby-ole to 1.2.11.3.
== 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.
2012-02-26 11:54:59 +00:00

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"