diff options
author | rene <rene@FreeBSD.org> | 2019-08-11 22:06:30 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-11 22:06:30 +0800 |
commit | e429190ec85439b03d762272fb1b2b44f6414575 (patch) | |
tree | 7256bdede54575d88375f4fec2c019afbe6148bc | |
parent | aeed647288281a40ad5f1d54473b01b290e27bf9 (diff) | |
download | freebsd-ports-gnome-e429190ec85439b03d762272fb1b2b44f6414575.tar.gz freebsd-ports-gnome-e429190ec85439b03d762272fb1b2b44f6414575.tar.zst freebsd-ports-gnome-e429190ec85439b03d762272fb1b2b44f6414575.zip |
devel/py-PyExecJS: remove optional support for expired lang/phantomjs
-rw-r--r-- | devel/py-PyExecJS/Makefile | 4 | ||||
-rw-r--r-- | devel/py-PyExecJS/pkg-descr | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-PyExecJS/Makefile b/devel/py-PyExecJS/Makefile index 22323ee32109..0dc59b2a1b12 100644 --- a/devel/py-PyExecJS/Makefile +++ b/devel/py-PyExecJS/Makefile @@ -17,13 +17,11 @@ USES= python USE_PYTHON= distutils autoplist OPTIONS_GROUP= RUNTIME -OPTIONS_GROUP_RUNTIME= NODE SPIDERMONKEY PHANTOMJS +OPTIONS_GROUP_RUNTIME= NODE SPIDERMONKEY NODE_DESC= Use www/node as JavaScript backend NODE_RUN_DEPENDS= node>=0.8.0:www/node SPIDERMONKEY_DESC= Use lang/spidermonkey52 as JavaScript backend SPIDERMONKEY_RUN_DEPENDS= js52:lang/spidermonkey52 -PHANTOMJS_DESC= Use lang/phantomjs as JavaScript backend -PHANTOMJS_RUN_DEPENDS= phantomjs:lang/phantomjs OPTIONS_DEFAULT= NODE .include <bsd.port.mk> diff --git a/devel/py-PyExecJS/pkg-descr b/devel/py-PyExecJS/pkg-descr index 4ae49c8e69b0..f65b20053378 100644 --- a/devel/py-PyExecJS/pkg-descr +++ b/devel/py-PyExecJS/pkg-descr @@ -8,7 +8,6 @@ Supported runtimes * Mozilla SpiderMonkey * Microsoft Windows Script Host (JScript) * SlimerJS -* PhantomJS * Nashorn - Included with Oracle Java 8 WWW: https://pypi.org/project/PyExecJS/ |