8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.15 2022/01/04 20:53:01 wiz Exp $
|
|
|
|
DISTNAME= distorm3-3.5.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distorm3/}
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://github.com/gdabah/distorm
|
|
COMMENT= Powerful Disassembler Library For x86/AMD64
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|