summaryrefslogtreecommitdiffstats
path: root/sysutils/ipdbtools/Makefile
blob: c93de57c10523f4f39c616e8884ca07f0f50d074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=	ipdbtools
PORTVERSION=	1.1.1
CATEGORIES=	sysutils
MASTER_SITES=	http://cyclaero.com/public/ipdbtools/

MAINTAINER=	cyclaero@gmail.com
COMMENT=	Tools for IP based Geo-blocking and Geo-routing

LICENSE=	BSD2CLAUSE

USES=		tar:bzip2 compiler:c11

PLIST_FILES=	bin/ipup \
		bin/ipdb \
		bin/ipdb-update.sh \
		man/man1/ipdbtools.1.gz \
		man/man1/ipup.1.gz \
		man/man1/ipdb.1.gz \
		man/man1/ipdb-update.sh.1.gz

BROKEN_aarch64=		Fails to compile: error: invalid conversion between vector type and integer type
BROKEN_sparc64=		Fails to compile: error: unrecognized command line option -mssse3

.include <bsd.port.mk>
OpenPOWER on IntegriCloud