ports/devel/py-pathable/Makefile

24 lines
380 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>