freebsd-ports/www/py-http-parser/Makefile
Veniamin Gvozdikov 0ed6f4e1a0 HTTP request/response parser for Python compatible with Python 2.x (>=2.6),
Python 3 and Pypy. If possible a C parser based on http-parser
from Ryan Dahl will be used.

WWW: https://github.com/benoitc/http-parser/
2014-10-09 12:35:26 +00:00

21 lines
438 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= http-parser
PORTVERSION= 0.8.3
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vg@FreeBSD.org
COMMENT= HTTP request/response parser for python in C
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
post-build:
@${STRIP_CMD} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/http_parser/parser.so
.include <bsd.port.mk>