1801f772cd
OK sthen@
27 lines
511 B
Makefile
27 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.5 2011/07/06 01:17:19 jeremy Exp $
|
|
|
|
COMMENT = kinder, gentler I/O for Ruby
|
|
|
|
DISTNAME = kgio-2.5.0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# LGPLv2.1/LGPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
REGRESS_DEPENDS = devel/gmake
|
|
|
|
# Couple failing regress tests
|
|
do-regress:
|
|
@cd ${WRKSRC} && gmake test RUBY=${RUBY}
|
|
|
|
.include <bsd.port.mk>
|