6321bebcfa
COMMENT should start with a lowercase letter and add missing RUN_DEPENDS for iconv (which seems to be missing in the gem spec).
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/12/23 13:41:05 claudio Exp $
|
|
|
|
COMMENT = provides read/write access to OLE2 structured storage files
|
|
|
|
DISTNAME = ruby-ole-1.2.11.1
|
|
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>
|