ports/security/py-pefile/Makefile

24 lines
414 B
Makefile

COMMENT = Python module to read and work with PE files
MODPY_EGG_VERSION = 2023.2.7
REVISION = 1
DISTNAME = pefile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
HOMEPAGE = https://github.com/erocarrera/pefile
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>