mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
23 lines
388 B
Makefile
23 lines
388 B
Makefile
PORTNAME= ethash
|
|
PORTVERSION= 0.9.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-p2p
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= C/C++ implementation of Ethash and ProgPoW
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libbenchmark.so:devel/benchmark \
|
|
libgtest.so:devel/googletest
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= chfast
|
|
|
|
CMAKE_OFF= HUNTER_ENABLED
|
|
|
|
.include <bsd.port.mk>
|
|
|