blob: fb89edb1bf56999ddc9e2d184c5a32cc24c3f28c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libb2
PORTVERSION= 0.98
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= mm@FreeBSD.org
COMMENT= C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
LICENSE= CC0-1.0
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= BLAKE2
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|