mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
27 lines
663 B
Makefile
27 lines
663 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/03/05 21:49:07 bcallah Exp $
|
|
|
|
MODPY_EGG_VERSION = 113
|
|
COMMENT = in-depth comparison of files, archives, and directories
|
|
DISTNAME = diffoscope-${MODPY_EGG_VERSION}
|
|
CATEGORIES = sysutils devel
|
|
|
|
HOMEPAGE = https://diffoscope.org/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = archivers/py-libarchive-c${MODPY_FLAVOR} \
|
|
devel/py-magic${MODPY_FLAVOR}
|
|
|
|
TEST_DEPENDS = ${RUN_DEPENDS} \
|
|
devel/py-pluggy${MODPY_FLAVOR} \
|
|
devel/py-test${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|