blob: ab8170cf20ef635255c431a776e4b750947148f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: adamw
# $FreeBSD$
PORTNAME= geoipupdate
PORTVERSION= 2.2.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net geography
MAINTAINER= adamw@FreeBSD.org
COMMENT= Fetch the latest copies of the paid GeoIP database
LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= maxmind
USES= libtool localbase pathfix autoreconf
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|