d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
22 lines
611 B
Makefile
22 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:51 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= libpreludedb-pgsql-${VERSION}
|
|
PKGREVISION= 7
|
|
COMMENT= PostgreSQL plugin for LibPreludeDB
|
|
|
|
.include "../../security/libpreludedb/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-perl=no
|
|
CONFIGURE_ARGS+= --with-python=no
|
|
CONFIGURE_ARGS+= --with-mysql=no
|
|
CONFIGURE_ARGS+= --with-sqlite3=no
|
|
|
|
BUILD_DIRS= plugins/sql
|
|
|
|
CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX}/bin/pg_config
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../security/libpreludedb/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|