aboutsummaryrefslogtreecommitdiff
path: root/dns/py-tld/Makefile
blob: 4358a2b734f7abc08a1ffdf6566deb0c423f07be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	tld
PORTVERSION=	0.11.11
CATEGORIES=	dns python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Extract the top level domain (TLD) from the URL given

LICENSE=	MPL11 GPLv2 LGPL21
LICENSE_COMB=	multi

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>