diff options
author | tj <tj@FreeBSD.org> | 2013-06-19 01:32:36 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2013-06-19 01:32:36 +0800 |
commit | e46eda479871be468b91042559092efa8a487e7e (patch) | |
tree | c57ee1da138ddf43ce01e3e28cf4e708e703ca91 /www/Makefile | |
parent | 5b04a64cb4b8c96997c8cb159d937fbf1e764234 (diff) | |
download | freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.tar.gz freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.tar.zst freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.zip |
New port for www/p5-Any-URI-Escape
URI::Escape is great, but URI::Escape::XS is faster.
This module loads URI::Escape::XS and imports the two
most common methods if XS is installed.
WWW: http://search.cpan.org/dist/Any-URI-Escape/
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 addd64275393..2a14c8979e52 100644 --- a/www/Makefile +++ b/www/Makefile @@ -611,6 +611,7 @@ SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Amon2-Plugin-Web-MobileAgent SUBDIR += p5-Any-Template + SUBDIR += p5-Any-URI-Escape SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent SUBDIR += p5-AnyEvent-HTTPD |