22 lines
361 B
Makefile
22 lines
361 B
Makefile
|
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>
|