jeremy e07f7c31e7 Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
the dependency, more modern ports don't need it.

OK ajacoutot@
2015-07-18 21:07:40 +00:00

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>