mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
b6b619fc4a
- Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
25 lines
597 B
Makefile
25 lines
597 B
Makefile
PORTNAME= publicsuffix2
|
|
PORTVERSION= 2.20191221
|
|
PORTREVISION= 19
|
|
CATEGORIES= dns python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ml@netfence.it
|
|
COMMENT= Get public suffix of domain name from Public Suffix List (Fork)
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/publicsuffix2.LICENSE
|
|
|
|
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
|
|
|
|
USES= python:3.6+
|
|
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>
|