openbsd-ports/textproc/ruby-redcloth/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
445 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/10/26 21:42:14 jeremy Exp $
COMMENT = module for using Textile in Ruby
DISTNAME = RedCloth-4.2.2
PKGNAME = ruby-${DISTNAME:L}
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://redcloth.org/
# BSD
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 = rspec
.include <bsd.port.mk>