mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
369 B
Makefile
21 lines
369 B
Makefile
COMMENT = high-performance diff and patch library
|
|
|
|
MODPY_DISTV = 20241021
|
|
DISTNAME = diff_match_patch-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/g}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = flit_core
|
|
|
|
.include <bsd.port.mk>
|