summaryrefslogtreecommitdiff
path: root/www/py-http-parser/Makefile
blob: 1783d0f194c07121dd99937682dc8a30cf9a1e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.5 2017/07/30 22:32:27 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=	https://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"