blob: 1fa0b4f0fbe3cbc5447aae9a425fc456a4c5ee7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= rfc3987
PORTVERSION= 1.3.8
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
WWW= https://github.com/dgerber/rfc3987
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|