e753226fd6
VEX is an architecture-agnostic, side-effects-free representation of a number of target machine languages. It abstracts machine code into a representation designed to make program analysis easier. PyVEX exposes VEX into Python. It is maintained by the angr organization on GitHub.
12 lines
334 B
Makefile
12 lines
334 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/03/15 02:49:25 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= py-pyvex
|
|
|
|
.if !defined(PY_PYVEX_BUILDLINK3_MK)
|
|
PY_PYVEX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.py-pyvex+= ${PYPKGPREFIX}-pyvex>=7.8.2.21
|
|
BUILDLINK_PKGSRCDIR.py-pyvex?= ../../devel/py-pyvex
|
|
.endif # PY_PYVEX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-pyvex
|