diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-30 04:47:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-30 04:47:02 +0800 |
commit | 2436b10d89ba52185faf9d355f51a878a2009a46 (patch) | |
tree | 02b7c8e33f6ddb119d2f72b329f31822a21727a1 /net/Makefile | |
parent | 680a448ebebdf81d089feed5c16a13a1f3a6bbbf (diff) | |
download | freebsd-ports-gnome-2436b10d89ba52185faf9d355f51a878a2009a46.tar.gz freebsd-ports-gnome-2436b10d89ba52185faf9d355f51a878a2009a46.tar.zst freebsd-ports-gnome-2436b10d89ba52185faf9d355f51a878a2009a46.zip |
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your
web applications.
The URL syntax is similar to what can be found in Ruby on Rails or Python
Routes module and as such, this package can be compared to what they call
a router. Still, Net_URL_Mapper does not perform the dispatching like these
frameworks and therefore can be used with your
own router.
WWW: http://pear.php.net/package/Net_URL_Mapper/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e031860f1c56..33d66ce93736 100644 --- a/net/Makefile +++ b/net/Makefile @@ -600,6 +600,7 @@ SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_URL + SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Whois |