blob: 56ff56e5bc0d2054a368759694e931c896276f21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= idna
PORTVERSION= 3.3
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
WWW= https://github.com/kjd/idna
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
.include <bsd.port.mk>
|