summaryrefslogtreecommitdiff
path: root/net/py-uritemplate/Makefile
blob: 901068519b19b8f214b95341417bd477342fc49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	uritemplate
PORTVERSION=	3.0.1
PORTREVISION=	0
CATEGORIES=	net
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Python implementation of URI Template
WWW=		https://github.com/python-hyper/uritemplate

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>