diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-07 03:15:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-07 03:15:30 +0800 |
commit | 071d3377cada10644ac4e6d6cd439cecf72b7717 (patch) | |
tree | efa1c4f1fb71265550e5030110b3808d156254cd /www/Makefile | |
parent | 2d9c12e984635d50db02834c67f852a5fd66f76e (diff) | |
download | freebsd-ports-gnome-071d3377cada10644ac4e6d6cd439cecf72b7717.tar.gz freebsd-ports-gnome-071d3377cada10644ac4e6d6cd439cecf72b7717.tar.zst freebsd-ports-gnome-071d3377cada10644ac4e6d6cd439cecf72b7717.zip |
Add pear-HTTP_Request 1.2, PEAR classes providing an easy way to
perform HTTP requests.
Approved by: pav (mentor).
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 9c4307a7560e..8f0ffb0686f4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -471,6 +471,7 @@ SUBDIR += pear-APC SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Header + SUBDIR += pear-HTTP_Request SUBDIR += pear-HTTP_Session SUBDIR += pear-HTTP_Upload SUBDIR += pgdriver |