mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
197f08abf4
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
30 lines
834 B
Makefile
30 lines
834 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ipdbtools
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type
|
|
BROKEN_armv6= fails to compile: error: invalid conversion between vector type and integer type
|
|
BROKEN_powerpc64= fails to compile: error: unrecognized command line option -mssse3
|
|
BROKEN_sparc64= fails to compile: error: unrecognized command line option -mssse3
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|