a88e891b6c
Update ruby-mustermann to 1.1.1. Mustermann 1.1.1 (2020-01-04) * Make sure that requireing ruby2_keywords when needed. Fixes #102 @Annih Mustermann 1.1.0 (2019-12-30) * Proper handling of Mustermann::ExpandError. Fixes #88 @namusyaka * Support Ruby 3 keyword arguments. @mame o At the same time, we dropped a support that accepts options followed by mappings on Mustermann::Mapper. Reference commit * Improve documentation and development. @horaciob, @epistrephein, @jbampton, @jkowens, @junaruga
16 lines
422 B
Makefile
16 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/03/21 16:51:38 taca Exp $
|
|
|
|
DISTNAME= mustermann-1.1.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sinatra/mustermann
|
|
COMMENT= Use patterns like regular expressions
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.1<0.1:../../devel/ruby-ruby2_keywords
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|