openbsd-ports/www/py-selenium/Makefile
2022-11-13 15:30:15 +00:00

24 lines
389 B
Makefile

COMMENT = Python bindings for Selenium WebDriver
MODPY_EGG_VERSION = 3.141.0
DISTNAME = selenium-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
CATEGORIES = www devel
REVISION = 0
HOMEPAGE = https://www.selenium.dev/
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
# Apache
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
.include <bsd.port.mk>