Files

26 lines
445 B
Makefile
Raw Permalink Normal View History

2023-07-19 08:35:28 +00:00
COMMENT= cross-platform tool to add locations to the user's PATH
2022-09-09 18:15:47 +00:00
2024-12-21 11:38:51 +00:00
MODPY_DISTV = 1.9.2
DISTNAME= userpath-${MODPY_DISTV}
2023-07-19 08:35:28 +00:00
PKGNAME= py-${DISTNAME}
CATEGORIES= sysutils
2024-12-21 11:38:51 +00:00
REVISION= 0
2022-09-09 18:15:47 +00:00
2023-07-19 08:35:28 +00:00
HOMEPAGE= https://github.com/ofek/userpath
2022-09-09 18:15:47 +00:00
# MIT
2023-07-19 08:35:28 +00:00
PERMIT_PACKAGE= Yes
2022-09-09 18:15:47 +00:00
2023-07-19 08:35:28 +00:00
MODULES= lang/python
2022-09-09 18:15:47 +00:00
2023-07-19 08:35:28 +00:00
MODPY_PI= Yes
MODPY_PYBUILD= hatchling
2022-09-09 18:15:47 +00:00
# tests aren't working properly with OpenBSD
2023-07-19 08:35:28 +00:00
NO_TEST= Yes
2022-09-09 18:15:47 +00:00
2024-12-21 11:38:51 +00:00
RUN_DEPENDS= devel/py-click \
sysutils/py-psutil
2022-09-09 18:15:47 +00:00
.include <bsd.port.mk>