mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
18 lines
351 B
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>
|