2019-09-27 05:46:30 +00:00

26 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.7 2019/09/27 05:46:30 rpointel Exp $
COMMENT = python module to read and write ELF, PE, MachO or OAT
MODPY_EGG_VERSION = 0.9.21
DISTNAME = filebytes-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel security
HOMEPAGE = https://scoding.de/filebytes-introduction
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>