21 lines
416 B
Makefile
21 lines
416 B
Makefile
PORTNAME= libhydrogen
|
|
PORTVERSION= 0.0.0.g20241103
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lightweight, secure, easy-to-use crypto library for constrained environments
|
|
WWW= https://github.com/jedisct1/libhydrogen
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= meson
|
|
|
|
MESON_ARGS= --default-library=both
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jedisct1
|
|
GH_TAGNAME= 576a38b
|
|
|
|
.include <bsd.port.mk>
|