blob: dd26f9e5185a01b92a23f1aa2897d33135a88e58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= tld
PORTVERSION= 0.7.10
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>
|