1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/py-tld/Makefile
2019-04-10 11:55:00 +00:00

23 lines
498 B
Makefile

# $FreeBSD$
PORTNAME= tld
PORTVERSION= 0.9.3
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
NO_ARCH= yes
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= src/tld/bin/update-tld-names
.include <bsd.port.mk>