1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/devel/xbyak/Makefile
Yuri Victorovich bfc75eb9b6 devel/xbyak: Update 5.802 -> 5.891
Reported by:	portscout
2020-02-27 06:00:29 +00:00

27 lines
461 B
Makefile

# $FreeBSD$
PORTNAME= xbyak
DISTVERSIONPREFIX= v
DISTVERSION= 5.891
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Header-only JIT assembler for x86/x64 SIMD
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= herumi
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/xbyak/xbyak.h \
include/xbyak/xbyak_bin2hex.h \
include/xbyak/xbyak_mnemonic.h \
include/xbyak/xbyak_util.h
.include <bsd.port.mk>