openbsd-ports/devel/ruby-linecache/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

25 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/10/26 21:42:14 jeremy Exp $
COMMENT = caches (Ruby source) files
DISTNAME = linecache-0.43
PKGNAME = ruby-${DISTNAME}
REVISION = 1
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
MODRUBY_REGRESS = rake
.include <bsd.port.mk>