cc5c50ee98
OK landry@
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/03/24 20:08:31 jeremy Exp $
|
|
|
|
COMMENT= code coverage tool for Ruby
|
|
|
|
DISTNAME= rcov-0.9.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|