freebsd-ports/devel/rang/Makefile
Yuri Victorovich d9408164d0 devel/rang: Update 3.1.0-5 -> 3.2
Reported by:	portscout
2021-08-01 10:22:10 -07:00

24 lines
462 B
Makefile

PORTNAME= rang
DISTVERSIONPREFIX= v
DISTVERSION= 3.2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Minimal header-only modern C++ library for terminal goodies
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= agauniyal
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/rang.hpp \
lib/cmake/rang/rang-config-version.cmake \
lib/cmake/rang/rang-config.cmake \
libdata/pkgconfig/rang.pc
.include <bsd.port.mk>