Files
ports/security/c-siphash/Makefile
T
Alastair Hogge 4d9790ae61 security/c-siphash: Add new port
Streaming-capable SipHash Implementation

WWW: https://c-util.github.io/c-siphash

PR:		294569
Co-authored-by:	Max Brazhnikov <makc@FreeBSD.org>
2026-05-27 15:35:54 +03:00

17 lines
369 B
Makefile

PORTNAME= c-siphash
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
CATEGORIES= security devel
MAINTAINER= python@FreeBSD.org
COMMENT= Streaming-capable SipHash Implementation
WWW= https://c-util.github.io/c-siphash
BUILD_DEPENDS= ${LOCALBASE}/include/c-stdaux.h:devel/c-stdaux
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= c-util
.include <bsd.port.mk>