pkgsrc/databases/php4-pgsql/Makefile
jlam 8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00

14 lines
384 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:00 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= pgsql
CATEGORIES+= databases
PKGREVISION= # empty
COMMENT= PHP4 extension for PostgreSQL databases
USE_BUILDLINK_ONLY= YES
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../databases/postgresql-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"