head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2018.09.03.05.38.41;	author manu;	state dead;
branches;
next	1.1;
commitid	mlAc3jNtL6j6sCQA;

1.1
date	2018.08.29.01.03.14;	author manu;	state Exp;
branches;
next	;
commitid	RMsy9TaUGliE5XPA;


desc
@@


1.2
log
@Remove databases/postgresql96-fuzzystrmatch

This PostgreSQL module is available from databases/postgresql96-contrib
@
text
@# $NetBSD: Makefile,v 1.1 2018/08/29 01:03:14 manu Exp $

PKGNAME=	${DISTNAME:C/-/96-fuzzystrmatch-/}
COMMENT=	PostgreSQL fuzzystrmatch contribution

DEPENDS+=	postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

.include "../../databases/postgresql96/Makefile.common"

BUILD_MAKE_FLAGS=	USE_PGXS=1

BUILD_DIRS=		contrib/fuzzystrmatch

.include "../../databases/postgresql96-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Added databases/postgresql96-fuzzystrmatch

The fuzzystrmatch contribution provides function to match close strings
using various methods.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
@

