openbsd-ports/devel/ruby-zentest/Makefile
2011-01-06 04:24:22 +00:00

29 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.9 2011/01/06 04:24:23 jeremy Exp $
COMMENT = ensures test coverage and accelerates TDD
DISTNAME = ZenTest-4.1.4
PKGNAME = ${DISTNAME:L}
REVISION = 3
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
.include <bsd.port.mk>