2019-11-12 06:42:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2019/11/12 06:42:05 jeremy Exp $
|
2010-12-09 20:05:16 +00:00
|
|
|
|
|
|
|
COMMENT = kinder, gentler I/O for Ruby
|
|
|
|
|
2019-11-12 06:42:05 +00:00
|
|
|
DISTNAME = kgio-2.11.2
|
2010-12-09 20:05:16 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
2011-07-06 01:17:19 +00:00
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
|
2010-12-09 20:05:16 +00:00
|
|
|
# LGPLv2.1/LGPLv3
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-12-09 20:05:16 +00:00
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
|
2013-03-11 10:50:00 +00:00
|
|
|
TEST_DEPENDS = devel/gmake
|
2010-12-09 20:05:16 +00:00
|
|
|
|
2011-07-06 01:17:19 +00:00
|
|
|
# Couple failing regress tests
|
2013-03-11 10:50:00 +00:00
|
|
|
do-test:
|
2011-11-18 00:03:15 +00:00
|
|
|
@cd ${WRKSRC} && gmake -k test RUBY=${RUBY}
|
2010-12-09 20:05:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|