39b8ac4e26
archinfo is a collection of classes that contain architecture-specific information. It is useful for cross-architecture tools (such as pyvex). It is maintained by the angr organization on GitHub.
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/15 02:56:54 khorben Exp $
|
|
|
|
DISTNAME= archinfo-7.8.2.21
|
|
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=angr/}
|
|
GITHUB_PROJECT= archinfo
|
|
GITHUB_TAG= 10a0bd3dbdfbea809392d9b999ece727e71fb471
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://github.com/angr/archinfo/
|
|
COMMENT= Classes with architecture-specific information
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|