b16885b4a4
* fix some compiler warnings * reset support for requests with no body
12 lines
325 B
Makefile
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"
|