openbsd-ports/devel/ruby-rcov/Makefile
jeremy 006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00

23 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/10/26 21:42:14 jeremy Exp $
COMMENT= code coverage tool for Ruby
DISTNAME= rcov-0.8.1.2.0
PKGNAME= ruby-${DISTNAME}
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>