summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-24 20:37:55 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-24 20:37:55 +0000
commit374a90f9fb7e453b65666709796869e54b5b7820 (patch)
treef774a8a74be5bfe65adf7de8265c7daccaa2e6b4 /www/Makefile
parentUpdate p5-Geo::IP to 1.13. (diff)
Add port mod_geoip.
Port returns the country code of the IP address of the client making the request in either an Apache note or in an environment variable. This port does not use reverse DNS to determine the country of the IP address.
Notes
Notes: svn path=/head/; revision=73948
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b64d97b47e9e..31183fb0cf60 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -181,6 +181,7 @@
SUBDIR += mod_fastcgi
SUBDIR += mod_filter
SUBDIR += mod_frontpage
+ SUBDIR += mod_geoip
SUBDIR += mod_gzip
SUBDIR += mod_hosts_access
SUBDIR += mod_index_rss