18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/03/15 17:09:00 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= ruby-ole-1.2.11.8
|
|
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ruby-ole/
|
|
COMMENT= Ruby library for read/write access to OLE compound documents
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|