openbsd-ports/textproc/ruby-fast_xs/Makefile
jeremy fc8cabde15 Import ruby-fast_xs 0.8.0.
fast_xs provides C extensions for escaping text.

fast_xs_extra is an experimental extension that can be used with
fast_xs_monkey_patcher to monkey patch methods in common libraries:
CGI, ERB::Util, Rack::Utils, Mongrel.

OK jasper@
2014-05-28 22:00:15 +00:00

25 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/05/28 22:00:15 jeremy Exp $
COMMENT = provides fast methods for escaping text
DISTNAME = fast_xs-0.8.0
CATEGORIES = textproc
HOMEPAGE = https://github.com/brianmario/fast_xs
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
MODRUBY_TEST = testrb
MODRUBY_TEST_ENV = RUBYOPT=-rubygems
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
www/ruby-rack,${MODRUBY_FLAVOR}
.include <bsd.port.mk>