summaryrefslogtreecommitdiff
path: root/dns/py-publicsuffix2/Makefile
blob: 57f732a8446b1f3c7b2c86d7c0e7e20aa193e2e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	publicsuffix2
PORTVERSION=	2.20191221
PORTREVISION=	49
CATEGORIES=	dns python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ml@netfence.it
COMMENT=	Get public suffix of domain name from Public Suffix List (Fork)
WWW=		https://github.com/nexb/python-publicsuffix2

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/publicsuffix2.LICENSE

PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

post-patch:
	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/src/publicsuffix2/public_suffix_list.dat

.include <bsd.port.mk>