diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-09-10 21:48:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-09-10 21:48:05 +0000 |
commit | 0d17a979ec124e7ab0e72f505bffb66eebabb968 (patch) | |
tree | e4f5f1804cd7c62ff2442841e7f27be10ee0c85b /net/geoipupdate/Makefile | |
parent | c127481c41893165eb9711fb34d5594f13f5d123 (diff) | |
download | ports-0d17a979ec124e7ab0e72f505bffb66eebabb968.tar.gz ports-0d17a979ec124e7ab0e72f505bffb66eebabb968.zip |
Notes
Diffstat (limited to 'net/geoipupdate/Makefile')
-rw-r--r-- | net/geoipupdate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index 06428f5d2a40..2af284478a46 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geoipupdate -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= net geography MASTER_SITES= https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/ @@ -10,6 +10,7 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= Fetch the latest copies of the paid GeoIP database LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl |