freebsd-ports/www/py-hstspreload/Makefile

19 lines
404 B
Makefile

PORTNAME= hstspreload
PORTVERSION= 2022.10.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Chromium HSTS Preload list
WWW= https://github.com/sethmlarson/hstspreload
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>