2015-03-03 16:41:26 +01:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= uritemplate
|
2020-09-25 15:37:07 +02:00
|
|
|
PORTVERSION= 3.0.1
|
2021-04-19 09:49:02 +02:00
|
|
|
PORTREVISION= 0
|
2015-03-03 16:41:26 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Python implementation of URI Template
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2020-09-25 15:37:07 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2016-11-05 17:59:36 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2015-03-03 16:41:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|