24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/09/23 17:03:36 jeremy Exp $
|
|
|
|
COMMENT = provides read/write access to OLE2 structured storage files
|
|
|
|
DISTNAME = ruby-ole-1.2.11.4
|
|
PKGNAME = ${DISTNAME:S/ruby-//}
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
RUN_DEPENDS = ${MODRUBY_ICONV_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|