27 lines
511 B
Makefile
27 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen 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}
|
|
REVISION = 0
|
|
|
|
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>
|