ports/devel/py-three-merge/Makefile

25 lines
416 B
Makefile

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>