26 lines
427 B
Makefile
26 lines
427 B
Makefile
COMMENT = file matching and globbing library
|
|
|
|
MODPY_EGG_VERSION = 8.4.1
|
|
DISTNAME = wcmatch-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-wcmatch-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = devel textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
RUN_DEPENDS = textproc/py-bracex${MODPY_FLAVOR}
|
|
|
|
# needed for tests
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|