pkgsrc/devel/ruby-ole/Makefile
obache f6263d3163 Update ruby-ole to 1.2.11.4.
== 1.2.11.4 / 2012-07-03

- Embed PropertySet meta data GUIDs and field lists, to avoid hitting the
  filesystem and remove dependency on YAML.
- Update Rakefile to avoid warnings about both deprecated tasks and space
  before parentheses.
- Remove Dirent#children=.
2012-07-13 13:15:40 +00:00

20 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/07/13 13:15:40 obache Exp $
#
DISTNAME= ruby-ole-1.2.11.4
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"