77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
368 B
Makefile
19 lines
368 B
Makefile
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>
|