mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
97ad36acf2
PR: 215175 Submitted by: david Siebörger <drs-freebsd@sieborger.nom.za>
22 lines
381 B
Makefile
22 lines
381 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uritemplate
|
|
PORTVERSION= 3.0.0
|
|
#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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|