17 lines
503 B
Makefile
17 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/12/16 01:52:06 obache Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/91-pgcrypto-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Module providing cryptographic functions for PostgreSQL
|
|
|
|
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
|
|
|
|
.include "../../databases/postgresql91/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-zlib
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS= contrib/pgcrypto
|
|
|
|
.include "../../databases/postgresql91-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|