jeremy bd1c0f796c Import mustermann-1.0.1
Given a string pattern, Mustermann will turn it into an object that behaves
like a regular expression and has comparable performance characteristics.

This is a new dependency of www/ruby-sinatra and necessary in order to update
www/ruby-rack.

OK jasper@
2017-11-14 16:49:55 +00:00

19 lines
294 B
Makefile

# $OpenBSD
COMMENT = string matching library
DISTNAME = mustermann-1.0.1
CATEGORIES = www
HOMEPAGE = https://github.com/sinatra/mustermann
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# Tests require code not shipped in gem
.include <bsd.port.mk>