py-wasm: Try a different fix.
This commit is contained in:
parent
2a5f7ef574
commit
b411e71667
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/09/29 19:28:11 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2020/09/29 20:02:09 jperkin Exp $
|
||||
|
||||
DISTNAME= wasm-1.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -12,14 +12,15 @@ HOMEPAGE= https://github.com/athre0z/wasm
|
|||
COMMENT= WebAssembly decoder & disassembler
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
||||
|
||||
post-install:
|
||||
${MV} ${DESTDIR}${PREFIX}/bin/wasmdump \
|
||||
${DESTDIR}${PREFIX}/bin/wasmdump-${PYVERSSUFFIX}
|
||||
|
||||
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue