6bbac87561
* Don't assume a router in Route#name=. * Update README to match the code.
15 lines
452 B
Makefile
15 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/09/13 15:32:01 taca Exp $
|
|
|
|
DISTNAME= http_router-0.11.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/joshbuddy/http_router/
|
|
COMMENT= Kick-ass HTTP router for use in Rack
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-url_mount>=0.2.1<0.3:../../www/ruby-url_mount
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|