20 lines
346 B
Makefile
20 lines
346 B
Makefile
COMMENT = high-performance diff and patch library
|
|
|
|
MODPY_EGG_VERSION = 20181111
|
|
DISTNAME = diff-match-patch-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|