aboutsummaryrefslogtreecommitdiff
path: root/databases/ip4r/Makefile
blob: bcbf5601ba8186d5455b0916b8945f66736eb9c8 (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
25
26
27
28
29
30
31
32
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ip4r
PORTVERSION=	2.2
CATEGORIES=	databases net

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	IP address and IP range index types for PostgreSQL

LICENSE=	PostgreSQL

OPTIONS_DEFINE=	IDXPATCH

IDXPATCH_DESC=	Prefer ip4r indexes over seq_scan on large datasets

USES=		gmake pgsql

MAKE_ARGS=	USE_PGXS=1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIDXPATCH}
# Patch if the option is supplied, however we need to unpatch if the option is de-selected after previously selecting (TODO)
PATCH_SITES=	https://raw.githubusercontent.com/amutu/patch/master/:SORBS
PATCHFILES=	ip4r-2.2-SORBS-prefer-index.patch:-p1:SORBS
.endif

USE_GITHUB=	yes
GH_ACCOUNT=	RhodiumToad

.include <bsd.port.mk>