blob: 0ad8c231b7bcd67b8a1d06159bbd2fa1665e66bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= tabulate
DISTVERSIONPREFIX= v
DISTVERSION= 1.4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Table maker for modern C++ (a header-only library)
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>
|