ports/devel/libdispatch/Makefile

18 lines
351 B
Makefile

PORTNAME= libdispatch
DISTVERSION= 5.5
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Grand Central Dispatch API support library
LICENSE= APACHE20
USES= cmake compiler:c++17-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= apple
GH_PROJECT= swift-corelibs-libdispatch
GH_TAGNAME= swift-${DISTVERSION}-RELEASE
.include <bsd.port.mk>