summaryrefslogtreecommitdiff
path: root/dns/py-tld/Makefile
blob: aa4f5dcbeb4933aff2cb5d322aaa992d15dac52b (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=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Extract the top level domain (TLD) from the URL given
WWW=		https://github.com/barseghyanartur/tld

LICENSE=	MPL11 GPLv2 LGPL21
LICENSE_COMB=	multi

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

.include <bsd.port.mk>