blob: ee9631620ca52faf7beef16a69cb82900aa2c950 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= uri-template
PORTVERSION= 1.2.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= uri_template-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RFC 6570 URI Template Processor
WWW= https://github.com/plinss/uri_template
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|