diff options
Diffstat (limited to 'www/mod_geoip2/Makefile')
-rw-r--r-- | www/mod_geoip2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile index 010a2deea1d5..664538154665 100644 --- a/www/mod_geoip2/Makefile +++ b/www/mod_geoip2/Makefile @@ -13,6 +13,9 @@ LICENSE= APACHE20 BUILD_DEPENDS= GeoIP>=1.4.4:net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= geoip-api-mod_geoip2 |