Files

34 lines
671 B
Makefile
Raw Permalink Normal View History

2026-04-16 08:05:42 +00:00
MODPY_DISTV = 317
2026-02-21 11:43:37 +00:00
COMMENT= in-depth comparison of files, archives, and directories
DISTNAME= diffoscope-${MODPY_DISTV}
CATEGORIES= sysutils devel
2026-02-21 11:43:37 +00:00
HOMEPAGE= https://diffoscope.org/
# GPLv3+
2026-02-21 11:43:37 +00:00
PERMIT_PACKAGE= Yes
2026-02-21 11:43:37 +00:00
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2026-02-21 11:43:37 +00:00
PORTHOME= ${WRKDIST}
2026-02-21 11:43:37 +00:00
RUN_DEPENDS= archivers/py-libarchive-c \
2024-12-21 11:38:51 +00:00
devel/py-magic
# Could use a port of tlsh to make more tests work
2026-02-21 11:43:37 +00:00
TEST_DEPENDS= devel/dtc \
devel/py-argcomplete \
2024-12-21 11:38:51 +00:00
devel/py-progressbar \
2026-02-21 11:43:37 +00:00
devel/libmagic \
editors/vim \
sysutils/binwalk \
2024-12-21 11:38:51 +00:00
sysutils/py-distro \
textproc/py-defusedxml
2026-02-21 11:43:37 +00:00
pre-test:
ln -fs ${LOCALBASE}/bin/efile ${WRKDIR}/bin/file
.include <bsd.port.mk>