Files
bsdports/python/py-h11/Makefile
2020-07-23 08:20:28 +00:00

20 lines
433 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD: head/net/py-h11/Makefile 502242 2019-05-22 02:33:44Z bofh $
PORTNAME= h11
PORTVERSION= 0.9.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>