ports/devel/py-pathable/Makefile

23 lines
380 B
Makefile

COMMENT = object oriented paths
MODPY_EGG_VERSION = 0.4.3
DISTNAME = pathable-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://pypi.org/project/pathable/
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = poetry-core
NO_TEST = Yes
.include <bsd.port.mk>