b5050e7e6c
Reported by: friendlyanon <friendlyanon_@hotmail.com>
24 lines
406 B
Makefile
24 lines
406 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= functionalplus
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.13-p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ header-only library that helps write concise and readable C++ code
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++14-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Dobiasd
|
|
GH_PROJECT= FunctionalPlus
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|