Tweak devel/racer version 2.1.31
[dports.git] / www / py-priority / Makefile
1 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       priority
5 PORTVERSION=    1.3.0
6 CATEGORIES=     www python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Pure-Python implementation of the HTTP/2 priority tree
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 NO_ARCH=        yes
17 USE_PYTHON=     autoplist concurrent distutils
18 USES=           python
19
20 .include <bsd.port.mk>