freebsd-ports/devel/indicators/Makefile
Yuri Victorovich b0a84cd783 devel/indicators: Update 2.2 → 2.3
Reported by:	portscout
2023-03-10 01:09:06 -08:00

21 lines
376 B
Makefile

PORTNAME= indicators
DISTVERSIONPREFIX= v
DISTVERSION= 2.3
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for thread-safe progress bars and spinners
WWW= https://github.com/p-ranav/indicators
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= p-ranav
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>