openbsd-ports/devel/ruby-rcov/Makefile

19 lines
313 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:30 espie Exp $
COMMENT= code coverage tool for Ruby
2011-03-24 16:08:31 -04:00
DISTNAME= rcov-0.9.9
REVISION= 2
CATEGORIES= devel
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>