aboutsummaryrefslogblamecommitdiff
path: root/net/py-uritemplate/Makefile
blob: e3f013493c695a0e9bd1c0508cd29709432b8479 (plain) (tree)
1
2
3
4
5
                                               

                           
                     
                 








                                                     
                           
                                   

                   

                      
# Created by: Nicola Vitale <nivit@FreeBSD.org>

PORTNAME=	uritemplate
PORTVERSION=	3.0.1
PORTREVISION=	0
CATEGORIES=	net
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Python implementation of URI Template

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>