blob: 09b4ff9977f643b9990ad770e4dd82953eac48cb (
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
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>
|