pkgsrc/www/ruby-http_parser.rb/Makefile
obache b16885b4a4 Update ruby-http_parser.rb to 0.5.3.
* fix some compiler warnings
* reset support for requests with no body
2011-10-04 12:01:02 +00:00

12 lines
325 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/10/04 12:01:02 obache Exp $
DISTNAME= http_parser.rb-0.5.3
CATEGORIES= www
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/tmm1/http_parser.rb
COMMENT= Simple callback-based HTTP request/response parser
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"