ports/www/py-selenium/Makefile

24 lines
394 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 = 2
2023-08-16 22:26:55 +00:00
HOMEPAGE = https://www.selenium.dev/
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
# Apache
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
NO_TEST = Yes
.include <bsd.port.mk>