diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-06 19:49:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-06 19:49:42 +0000 |
commit | 3a82a8783c45e739ca6fc634ccd75a0afd07a245 (patch) | |
tree | d0befcb294bdc257071933566a272e2555d3ea4e /net/Makefile | |
parent | 18899c377d4bdf3eddf14ea4a9068c27c665de36 (diff) | |
download | ports-3a82a8783c45e739ca6fc634ccd75a0afd07a245.tar.gz ports-3a82a8783c45e739ca6fc634ccd75a0afd07a245.zip |
Net_UserAgent_Mobile parses HTTP_USER_AGENT strings of (mainly Japanese)
mobile HTTP user agents. It'll be useful in page dispatching by user agents.
This package was ported from Perl's HTTP::MobileAgent.
PR: ports/81936
Submitted by: Shinsuke Matsui <smatsui@karashi.org>
Notes
Notes:
svn path=/head/; revision=136935
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 2a880a3b1579..11e56408df57 100644 --- a/net/Makefile +++ b/net/Makefile @@ -586,6 +586,7 @@ SUBDIR += pear-Net_Socket SUBDIR += pear-Net_URL SUBDIR += pear-Net_UserAgent_Detect + SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-SOAP SUBDIR += pebrot SUBDIR += pecl-radius |