aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-tldextract/Makefile
blob: 5371e4a185843cd4cec3b4fce7f6e358805caab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$

PORTNAME=   tldextract
PORTVERSION=    2.2.1
CATEGORIES= dns python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dvl@FreeBSD.org
COMMENT=    Separate the TLD from the registered domain and subdomains of a URL

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR}

USES=   python
USE_PYTHON= autoplist distutils

NO_ARCH=    yes

.include <bsd.port.mk>