diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 21:22:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 21:22:06 +0000 |
commit | b48ed2e966e3918af26f3b2b39679a4306f3e3b8 (patch) | |
tree | 7bb4bf558b2da3587f3c95ed524f9f97aa626f44 /security/broccoli | |
parent | 708788889cd6ee1227715b5b791ca15c2757ab42 (diff) | |
download | ports-b48ed2e966e3918af26f3b2b39679a4306f3e3b8.tar.gz ports-b48ed2e966e3918af26f3b2b39679a4306f3e3b8.zip |
Notes
Diffstat (limited to 'security/broccoli')
-rw-r--r-- | security/broccoli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/broccoli/Makefile b/security/broccoli/Makefile index cfc93ad4bf7c..8601bd104946 100644 --- a/security/broccoli/Makefile +++ b/security/broccoli/Makefile @@ -16,6 +16,9 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= swig3.0:devel/swig30 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 + EXTRACT_AFTER_ARGS= ${DISTNAME}/aux/broccoli USES= cmake ssl bison |