mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|