# $NetBSD: Makefile,v 1.16 2023/05/08 09:13:13 adam Exp $ DISTNAME= pefile-2023.2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pefile/} MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/erocarrera/pefile COMMENT= Python module to read and work with PE files LICENSE= modified-bsd USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"