26 lines
527 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/07/12 20:50:14 sthen Exp $
COMMENT = provides fast methods for escaping text
DISTNAME = fast_xs-0.8.0
REVISION = 1
CATEGORIES = textproc
HOMEPAGE = https://github.com/brianmario/fast_xs
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE = 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>