freebsd-ports/www/libhsts/Makefile
Dmitry Marakasov fa046e6f5b www/libhsts: add port: Library to check a domain against the Chromium HSTS Preload list
The HSTS preload list is a list of domains that support HTTPS. The
list is compiled by Google and is utilised by Chrome, Firefox and
others.

With this information, a HTTP client may contact a website without
trying a plain-text HTTP connection first. It prevents interception
with redirects that take place over HTTP. None of the sent data
will ever be unencrypted.

WWW: https://gitlab.com/rockdaboot/libhsts
2021-11-18 14:48:16 +03:00

19 lines
477 B
Makefile

PORTNAME= libhsts
PORTVERSION= 0.1.0
CATEGORIES= www security
MASTER_SITES= https://gitlab.com/rockdaboot/libhsts/uploads/4753f61b5a3c6253acf4934217816e3f/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library to check a domain against the Chromium HSTS Preload list
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool python:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-doc
TEST_TARGET= check
.include <bsd.port.mk>