0d4ebdd15c
all: drop supoprt for FreeBSD 14.3 While here clean up some leftovers from FreeBSD 13 Reviewed by: adamw, jbeich, kirill_varnakov.com, saheed, sunpoet Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D57282
26 lines
543 B
Makefile
26 lines
543 B
Makefile
PORTNAME= nbytes
|
|
PORTVERSION= 0.1.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library of byte handling functions extracted from Node.js core
|
|
WWW= https://github.com/nodejs/nbytes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= googletest>=0:devel/googletest
|
|
|
|
USES= cmake:testing compiler:c++20-lang
|
|
|
|
CMAKE_OFF= NBYTES_DEVELOPMENT_CHECKS \
|
|
NBYTES_ENABLE_TESTING
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_TESTING_ON= NBYTES_ENABLE_TESTING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nodejs
|
|
|
|
.include <bsd.port.mk>
|