Files
ports/devel/functionalplus/Makefile
T
Yuri Victorovich b5050e7e6c devel/functionalplus: Fix typo in PORTNAME
Reported by:	friendlyanon <friendlyanon_@hotmail.com>
2021-02-11 14:04:15 +00:00

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>