aboutsummaryrefslogtreecommitdiff
path: root/www/py-httptools/Makefile
blob: f7ea59d49ce664a452d6de0ccd20ac51c4c3e49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	httptools
PORTVERSION=	0.2.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Collection of framework independent HTTP protocol utils

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libhttp_parser.so:www/http-parser

USES=		localbase python:3.5+
USE_PYTHON=	autoplist concurrent distutils

post-patch:
	@${RM} -r ${WRKSRC}/vendor/http-parser/

.include <bsd.port.mk>