mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
622 B
Makefile
29 lines
622 B
Makefile
MODPY_DISTV = 305
|
|
COMMENT = in-depth comparison of files, archives, and directories
|
|
DISTNAME = diffoscope-${MODPY_DISTV}
|
|
CATEGORIES = sysutils devel
|
|
|
|
HOMEPAGE = https://diffoscope.org/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
PORTHOME = ${WRKDIST}
|
|
|
|
RUN_DEPENDS = archivers/py-libarchive-c \
|
|
devel/py-magic
|
|
|
|
# Could use a port of tlsh to make more tests work
|
|
TEST_DEPENDS = devel/py-argcomplete \
|
|
devel/py-progressbar \
|
|
sysutils/binwalk \
|
|
sysutils/py-distro \
|
|
textproc/py-defusedxml
|
|
|
|
.include <bsd.port.mk>
|