kn 3288dda8b8 Change upstream to fix/use Python 3
Overall unmaintained but this fork is exactly two commits ahead
by fixing Python 3.x support.

Tested through binwalk extraction.

OK jasper
2020-03-14 15:37:31 +00:00

27 lines
553 B
Makefile

# $OpenBSD: Makefile,v 1.2 2020/03/14 15:37:31 kn Exp $
COMMENT = JFFS2 filesystem extraction tool
MODPY_EGG_VERSION = 0.2
GH_COMMIT = d1aff710928f05e889b0ae23d97d1b9640eecbd0
GH_PROJECT = jefferson
GH_ACCOUNT = wittrup
DISTNAME = jefferson-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = sysutils
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
RUN_DEPENDS = devel/py-cstruct${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>