ab250dfbdc
- Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
30 lines
757 B
Makefile
30 lines
757 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= public_suffix_list
|
|
PORTVERSION= 20220228
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Public Suffix List by Mozilla
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/py-publicsuffix dns/py-publicsuffix2 dns/py-publicsuffixlist dns/rubygem-public_suffix dns/rubygem-public_suffix_service www/py-adblock
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PORTDATA= public_suffix_list.dat \
|
|
test_psl.txt
|
|
|
|
GH_ACCOUNT= publicsuffix
|
|
GH_PROJECT= list
|
|
GH_TAGNAME= 6ebb425
|
|
USE_GITHUB= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/public_suffix_list.dat ${WRKSRC}/tests/test_psl.txt ${STAGEDIR}${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|