21 lines
443 B
Makefile
21 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tld
|
|
PORTVERSION= 0.9.6
|
|
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
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|