e0d98e9032
templates up to and including Level 4 in that specification. WWW: https://github.com/uri-templates/uritemplate-py/
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uritemplate
|
|
PORTVERSION= 0.6
|
|
#PORTREVISION= 0
|
|
CATEGORIES= net
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python implementation of URI Template
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|