blob: ca8c6828c6d2aa6459489f1a1f474d17fe48048d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2011/04/13 13:04:30 obache Exp $
#
DISTNAME= ruby-ole-1.2.11.1
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"
|