Files
pkgsrc-ng/www/py-http-parser/Makefile
2016-11-18 22:39:22 +01:00

17 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:47 wiz Exp $
DISTNAME= http-parser-0.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-parser/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://github.com/benoitc/http-parser
COMMENT= HTTP request/response parser
LICENSE= mit
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"