21 lines
356 B
Makefile
21 lines
356 B
Makefile
PORTNAME= tabulate
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Table maker for modern C++ (a header-only library)
|
|
WWW= https://github.com/p-ranav/tabulate
|
|
|
|
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>
|