67e1f1a6bf
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
25 lines
678 B
Makefile
25 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:10 wiz Exp $
|
|
|
|
DISTNAME= crytic-compile-0.1.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= finance
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=crytic/}
|
|
GITHUB_PROJECT= crytic-compile
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://github.com/crytic/crytic-compile/
|
|
COMMENT= Abstraction layer for smart contract build systems
|
|
LICENSE= gnu-agpl-v3
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
USE_PKG_RESOURCES= yes
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/crytic-compile \
|
|
${DESTDIR}${PREFIX}/bin/crytic-compile-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|