summaryrefslogtreecommitdiff
path: root/devel/libblake3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libblake3/Makefile')
-rw-r--r--devel/libblake3/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libblake3/Makefile b/devel/libblake3/Makefile
new file mode 100644
index 000000000000..9eb109cad50c
--- /dev/null
+++ b/devel/libblake3/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= libblake3
+DISTVERSION= 1.8.2
+CATEGORIES= devel
+
+MAINTAINER= ashish@FreeBSD.org
+COMMENT= C library providing BLAKE3
+WWW= https://github.com/BLAKE3-team/BLAKE3
+
+LICENSE= APACHE20 CC0-1.0
+LICENSE_COMB= dual
+LICENSE_FILE_CC0-1.0= ${WRKDIR}/BLAKE3-${DISTVERSION}/LICENSE_CC0
+LICENSE_FILE_APACHE20= ${WRKDIR}/BLAKE3-${DISTVERSION}/LICENSE_A2
+
+USES= cmake
+USE_GITHUB= yes
+USE_LDCONFIG= yes
+
+GH_ACCOUNT= BLAKE3-team
+GH_PROJECT= BLAKE3
+
+CMAKE_ON= BUILD_SHARED_LIBS
+PLIST_SUB= DISTVERSION=${DISTVERSION}
+
+WRKSRC_SUBDIR= c
+
+.include <bsd.port.mk>