diff --git a/math/wide-integer/Makefile b/math/wide-integer/Makefile index 5cc0570aab26..40e8e38b500e 100644 --- a/math/wide-integer/Makefile +++ b/math/wide-integer/Makefile @@ -1,19 +1,21 @@ 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