ports/devel/cppcodec/Makefile
Jason W. Bacon d94c7a1a9e devel/cppcodec: Update to 0.2-11
Use latest commit for some important updates
Disable test tools to eliminate catch dependency
More work remains to clean up this port:
    Add a test target
    Request a new upstream release
2025-09-19 10:10:26 -05:00

21 lines
419 B
Makefile

PORTNAME= cppcodec
DISTVERSIONPREFIX= v
DISTVERSION= 0.2-11
DISTVERSIONSUFFIX= -g8019b8b
CATEGORIES= devel
MAINTAINER= jwb@FreeBSD.org
COMMENT= Library to encode/decode base64, base64url, base32, base32hex and hex
WWW= https://github.com/tplgy/cppcodec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= tplgy
CMAKE_OFF+= CPPCODEC_BUILD_TESTING
.include <bsd.port.mk>