Files
2026-03-16 22:28:25 +00:00

21 lines
349 B
Makefile

COMMENT = high-performance diff and patch library
MODPY_DISTV = 1.0.7
DISTNAME = whatthepatch-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>