pkgsrc/www/ruby-mustermann19/Makefile
taca b54b2ba601 Update ruby-mustermann19 to 0.4.4.
0.4.3

* Avoid segmentation fault on ruby-2.0.0

0.4.4

* setting version with '=' instead of '||='
2016-10-18 15:56:31 +00:00

15 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/10/18 15:56:31 taca Exp $
DISTNAME= mustermann19-0.4.4
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/namusyaka/mustermann
COMMENT= Use patterns like regular expressions
LICENSE= mit
# enumerable-lazy is not needed Ruby 2.0 and later.
OVERRIDE_GEMSPEC+= enumerable-lazy:
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"