bbc93c5d5f
* December 28th, 2011: Twenty third public release: 1.3.6 * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
15 lines
353 B
Makefile
15 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/01/08 03:09:48 obache Exp $
|
|
|
|
DISTNAME= rack-1.3.6
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rack.rubyforge.org/
|
|
COMMENT= Ruby webserver interface
|
|
LICENSE= mit
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|