aboutsummaryrefslogtreecommitdiff
path: root/www/py-rfc3987/Makefile
blob: e84ebbd48b90117c9a97a7a117ca014237ec8fc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME=	rfc3987
PORTVERSION=	1.3.8
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING.txt

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>