fe64bd9705
= 2.1 === 19th Aug, 2010 (whyday) * Helpers#R now calls to_param on any object it passes in * Fix route generation issue with routes including "." (#22) * Improved tests * Improved 1.9 support * Camping::Server is now built upon Rack::Server * Add support for ERB, Haml etc through Tilt * Introducing Camping.options and Camping#set * Camping::Server only loads ActiveRecord when needed
17 lines
477 B
Makefile
17 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/09/15 16:42:23 taca Exp $
|
|
|
|
DISTNAME= camping-2.1.532
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://camping.io/
|
|
COMMENT= Ruby micro-framework for web applications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mab>=0.0.3:../../textproc/ruby-mab
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0:../../www/ruby-rack
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]*-camping-[0-9]* camping-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|