aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:41:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:41:07 +0000
commit290b903a7bcc6c34229665dad05df89df6aca99b (patch)
tree95f3227bac18b820d8a7094b672618e796b7f3b8 /net/Makefile
parent8b9974a6cee8a76a5aedb292b8db898e8b7aa5db (diff)
downloadports-290b903a7bcc6c34229665dad05df89df6aca99b.tar.gz
ports-290b903a7bcc6c34229665dad05df89df6aca99b.zip
- Add p5-URI-Query 0.09
URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler. WWW: http://search.cpan.org/dist/URI-Query/
Notes
Notes: svn path=/head/; revision=282267
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 051e18ee0643..aee5981f0a92 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -731,6 +731,7 @@
SUBDIR += p5-URI-FromHash
SUBDIR += p5-URI-Match
SUBDIR += p5-URI-OpenURL
+ SUBDIR += p5-URI-Query
SUBDIR += p5-URI-SmartURI
SUBDIR += p5-URI-Template
SUBDIR += p5-URI-Template-Restrict