From 0adf6d93a0c96ffdda58f411a05a392a0953fbc0 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 10 Jan 2002 13:04:15 +0000 Subject: Move to databases/php3-pgsql from the www category to match similar relocations of the PHP4 module packages. --- databases/php3-pgsql/DESCR | 2 ++ databases/php3-pgsql/Makefile | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 databases/php3-pgsql/DESCR create mode 100644 databases/php3-pgsql/Makefile (limited to 'databases') diff --git a/databases/php3-pgsql/DESCR b/databases/php3-pgsql/DESCR new file mode 100644 index 00000000000..5ec666735fc --- /dev/null +++ b/databases/php3-pgsql/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides access to PostgreSQL databases. diff --git a/databases/php3-pgsql/Makefile b/databases/php3-pgsql/Makefile new file mode 100644 index 00000000000..5785ca4162d --- /dev/null +++ b/databases/php3-pgsql/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:04:15 jlam Exp $ + +MODNAME= pgsql +CATEGORIES+= databases +PKGREVISION= # empty +COMMENT= PHP3 extension for PostgreSQL database access + +USE_BUILDLINK_ONLY= yes + +.include "../../www/php3/Makefile.module" + +CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_DIR} +MOD_CPPFLAGS+= -I${BUILDLINK_DIR}/include/pgsql +MOD_LIBS+= -lpq -lcrypt + +.include "../../databases/postgresql-lib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3