aboutsummaryrefslogtreecommitdiff
path: root/net/go-geoip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/go-geoip/Makefile')
-rw-r--r--net/go-geoip/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/go-geoip/Makefile b/net/go-geoip/Makefile
index bdd65bca9969..5b9bb0763c3f 100644
--- a/net/go-geoip/Makefile
+++ b/net/go-geoip/Makefile
@@ -13,6 +13,9 @@ LICENSE= MIT
LIB_DEPENDS= libGeoIP.so:net/GeoIP
+DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
+EXPIRATION_DATE=2019-02-15
+
USES= compiler go
USE_GITHUB= yes
GH_ACCOUNT= abh