diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-21 00:58:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-21 00:58:27 +0800 |
commit | 2e2d8e2b9051d418f94d3767cca8fc4b7c043e6f (patch) | |
tree | 695a23a3b463de6c6b9d559162cb8d7ab983595e /www/Makefile | |
parent | 59c1d3bdd8737bc168918155c8c1d41796a6327a (diff) | |
download | freebsd-ports-gnome-2e2d8e2b9051d418f94d3767cca8fc4b7c043e6f.tar.gz freebsd-ports-gnome-2e2d8e2b9051d418f94d3767cca8fc4b7c043e6f.tar.zst freebsd-ports-gnome-2e2d8e2b9051d418f94d3767cca8fc4b7c043e6f.zip |
- Add p5-Browser-Open 0.04
The functions optionaly exported by this module allows you to open URLs in the
user browser.
A set of known commands per OS-name is tested for presence, and the first one
found is executed. With an optional parameter, all known commands are checked.
The "open_browser" uses the system() function to execute the command. If you
want more control, you can get the command with the "open_browser_cmd" or
"open_browser_cmd_all" functions and then use whatever method you want to
execute it.
WWW: http://search.cpan.org/dist/Browser-Open/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 65b36790d30d..87ac51c01978 100644 --- a/www/Makefile +++ b/www/Makefile @@ -635,6 +635,7 @@ SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam + SUBDIR += p5-Browser-Open SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application |