add py-unicorn

This commit is contained in:
ziggi
2020-07-23 08:20:28 +00:00
parent adf7c51a96
commit 034a8cc18f
20 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/www/py-httptools/Makefile 526666 2020-02-21 18:57:41Z sunpoet $
PORTNAME= httptools
PORTVERSION= 0.1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of framework independent HTTP protocol utils
LIB_DEPENDS= libhttp_parser.so:net/libhttp-parser
USES= localbase python:3.5+
USE_PYTHON= autoplist distutils
post-patch:
@${RM} -r ${WRKSRC}/vendor/
.include <bsd.port.mk>