fe6eb6f999
3.3.4 Bug fixes
17 lines
453 B
Makefile
17 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/10/13 10:28:04 adam Exp $
|
|
|
|
DISTNAME= distorm3-3.3.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distorm3/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://github.com/gdabah/distorm
|
|
COMMENT= Powerful Disassembler Library For x86/AMD64
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|