58cb1906b1
This now only supports python 3.x. Other changes not documented.
20 lines
533 B
Makefile
20 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/09 14:02:31 wiz Exp $
|
|
|
|
DISTNAME= archinfo-8.20.1.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/archinfo/}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://github.com/angr/archinfo
|
|
COMMENT= Classes with architecture-specific information
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|