4d9790ae61
Streaming-capable SipHash Implementation WWW: https://c-util.github.io/c-siphash PR: 294569 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org>
17 lines
369 B
Makefile
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>
|