diff options
author | tv <tv@pkgsrc.org> | 2006-06-05 14:27:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-06-05 14:27:40 +0000 |
commit | ee2abd95ddbbe204d26457c087b1971ff43f6be9 (patch) | |
tree | 6dd3227ba2225ded6c84f1d8f709831d92f16a87 /net/p5-IP-Country/MESSAGE | |
parent | 3b91a4e0769abf1687051fc1de77ad38640a418c (diff) | |
download | pkgsrc-ee2abd95ddbbe204d26457c087b1971ff43f6be9.tar.gz |
IP::Country does not use Geography::Countries at all; rather, it only
documents that the user may wish to employ Geography::Countries in his/her
own code. Remove extraneous DEPENDS.
IP::Country only requires Geo::IP if using the MaxMind database wrapper
IP::Country::MaxMind. The default recommended database in IP::Country doc
(IP::Country::{Medium,Fast}) is builtin to IP::Country and does not require
Geo::IP at all. Remove optional DEPENDS, and add a MESSAGE instead.
Bump PKGREVISION for changes.
Diffstat (limited to 'net/p5-IP-Country/MESSAGE')
-rw-r--r-- | net/p5-IP-Country/MESSAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/p5-IP-Country/MESSAGE b/net/p5-IP-Country/MESSAGE new file mode 100644 index 00000000000..8a39da41501 --- /dev/null +++ b/net/p5-IP-Country/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2006/06/05 14:27:40 tv Exp $ + +If you wish to use the IP::Country::MaxMind wrapper for the MexMind GeoIP +database, the package net/p5-Geo-IP must also be installed. No additional +packages are required in order to use the builtin IP::Country::Fast and +IP::Country::Medium modules. + +=========================================================================== |