ports/devel/py-three-merge/Makefile

26 lines
416 B
Makefile
Raw Normal View History

2023-09-22 16:24:11 +00:00
COMMENT = 3-way merge between strings
MODPY_EGG_VERSION = 0.1.1
DISTNAME = three-merge-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel textproc
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = textproc/py-diff-match-patch${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>