24 lines
423 B
Makefile
24 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/11/12 06:42:05 jeremy Exp $
|
|
|
|
COMMENT = kinder, gentler I/O for Ruby
|
|
|
|
DISTNAME = kgio-2.11.2
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# LGPLv2.1/LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
TEST_DEPENDS = devel/gmake
|
|
|
|
# Couple failing regress tests
|
|
do-test:
|
|
@cd ${WRKSRC} && gmake -k test RUBY=${RUBY}
|
|
|
|
.include <bsd.port.mk>
|