pkgsrc/www/py-http-parser/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

17 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:29 wiz Exp $
DISTNAME= http-parser-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-parser/}
MAINTAINER= pkgsrc-users@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"