diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-04-20 22:00:34 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-04-20 22:00:34 +0800 |
commit | 5139182f608c959b9edfc06ba76bbca20abfaf51 (patch) | |
tree | 4d02ae2ffd7f36edbc520adb1e71104a13cc2b47 /lang/Makefile | |
parent | 2ff2de53cbf922c505334f2e8d3ad94eacf504f8 (diff) | |
download | freebsd-ports-gnome-5139182f608c959b9edfc06ba76bbca20abfaf51.tar.gz freebsd-ports-gnome-5139182f608c959b9edfc06ba76bbca20abfaf51.tar.zst freebsd-ports-gnome-5139182f608c959b9edfc06ba76bbca20abfaf51.zip |
PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven
tool.
It has native support for different web technologies: DOM handling,
CSS selector, JSON, Canvas, SVG, and of course JavaScript.
WWW: http://www.phantomjs.org/
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5e9c89651ae7..017086125525 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -243,6 +243,7 @@ SUBDIR += perl5.8 SUBDIR += petite-chez SUBDIR += pfe + SUBDIR += phantomjs SUBDIR += phc SUBDIR += php-mode.el SUBDIR += php4 |