1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/py-uritemplate/Makefile
Nicola Vitale 97ad36acf2 - Update to 3.0.0
PR:	215175
Submitted by:	david Siebörger <drs-freebsd@sieborger.nom.za>
2017-02-07 17:29:52 +00:00

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>