pkgsrc/www/ruby-mustermann/Makefile
taca f77f0c6492 Update ruby-mustermannto 1.0.1.
**Mustermann 1.0.1** (2017-08-26)

#### Docs
* Updating readme to list Ruby 2.2 as minimum
* Fix rendering of HTML table
* Update summary and description in gemspec file.

#### Fixes
* avoid infinite loop by removing comments when receiving extended regexp
* avoid unintended conflict of namespace
* use Regexp#source instead of Regexp#inspect
2017-09-11 15:20:20 +00:00

12 lines
312 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/09/11 15:20:20 taca Exp $
DISTNAME= mustermann-1.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sinatra/mustermann
COMMENT= Use patterns like regular expressions
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"