blob: 3c908518eebf6e4ee2681b3ffbda8f917a8f16c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= rang
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0-5
DISTVERSIONSUFFIX= -gcabe04d
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
.include <bsd.port.mk>
|