mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
20 lines
341 B
Makefile
20 lines
341 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spdlog
|
|
PORTVERSION= 0.16.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Super fast C++ logging library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gabime
|
|
|
|
USES= cmake compiler:c++11-lib dos2unix pathfix
|
|
|
|
.include <bsd.port.mk>
|