20 lines
355 B
Makefile
20 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.8 2015/07/18 21:07:40 jeremy Exp $
|
|
|
|
COMMENT = provides read/write access to OLE2 structured storage files
|
|
|
|
DISTNAME = ruby-ole-1.2.11.4
|
|
PKGNAME = ${DISTNAME:S/ruby-//}
|
|
REVISION = 2
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rake
|
|
|
|
.include <bsd.port.mk>
|