20 lines
673 B
Makefile
20 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/05/10 07:04:09 adam Exp $
|
|
|
|
DISTNAME= selenium-3.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/selenium/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/SeleniumHQ/selenium
|
|
COMMENT= Python bindings for Selenium
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# these are for Linux only; see selenium/webdriver/firefox/firefox_binary.py
|
|
CHECK_SHLIBS_SKIP+= ${PYSITELIB}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
|
CHECK_SHLIBS_SKIP+= ${PYSITELIB}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|