jeremy a6b8b062f2 Bump gem ports buildable with ruby 1.8 that have binaries
The binaries now use a 18 suffix on ruby 1.8.
2014-10-11 19:54:46 +00:00

22 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.18 2014/10/11 19:54:46 jeremy Exp $
COMMENT = ensures test coverage and accelerates TDD
DISTNAME = ZenTest-4.9.2
PKGNAME = ${DISTNAME:L}
REVISION = 2
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
TEST_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake
.include <bsd.port.mk>