fce8bfc4d3
WANTLIB. OK sthen@
22 lines
392 B
Makefile
22 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/01/09 17:38:52 jeremy Exp $
|
|
|
|
COMMENT= code coverage tool for Ruby
|
|
|
|
DISTNAME= rcov-0.9.9
|
|
REVISION= 2
|
|
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>
|