2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:30 espie Exp $
|
2007-09-26 13:17:22 -04:00
|
|
|
|
|
|
|
COMMENT= code coverage tool for Ruby
|
|
|
|
|
2011-03-24 16:08:31 -04:00
|
|
|
DISTNAME= rcov-0.9.9
|
2013-01-09 12:38:52 -05:00
|
|
|
REVISION= 2
|
2007-09-26 13:17:22 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2010-09-23 19:30:49 -04:00
|
|
|
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
2007-09-26 13:17:22 -04:00
|
|
|
|
|
|
|
# MIT License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
2010-10-26 17:42:13 -04:00
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
2007-09-26 13:17:22 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|