Files
ports/math/wide-integer/Makefile
T
Po-Chuan Hsieh 49d91403c8 math/wide-integer: Add NO_ARCH
Approved by:	portmgr (blanket)
2026-06-27 04:47:47 +08:00

22 lines
459 B
Makefile

PORTNAME= wide-integer
DISTVERSIONPREFIX= v
DISTVERSION= 1.01
CATEGORIES= math
MAINTAINER= mondo.debater_0q@icloud.com
COMMENT= Generic C++ template for extended width unsigned/signed integral types
WWW= https://github.com/ckormanyos/wide-integer/
LICENSE= BSL
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= ckormanyos
NO_ARCH= yes
PLIST_FILES= include/math/wide_integer/uintwide_t.h \
lib/cmake/wide-integer/WideIntegerConfig.cmake
.include <bsd.port.mk>