freebsd-ports/dns/py-publicsuffixlist/Makefile
2020-03-28 12:54:18 +00:00

27 lines
708 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= publicsuffixlist
PORTVERSION= 0.6.13
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Publicsuffixlist implementation
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffixlist/public_suffix_list.dat
@${CP} ${LOCALBASE}/share/public_suffix_list/test_psl.txt ${WRKSRC}/publicsuffixlist/test_psl.txt
.include <bsd.port.mk>