pkgsrc/databases/openldap/Makefile
adam 93579e34e0 Changes 2.4.35:
Fixed liblmdb mdb_cursor_put with MDB_MULTIPLE
	Fixed liblmdb page rebalance
	Fixed liblmdb missing parens
	Fixed liblmdb mdb_cursor_del crash
	Fixed slapd syncrepl updateCookie status
	Fixed slapd connection logging
	Fixed slapd segfault on modify
	Fixed slapd-mdb to reject undefined attrs
	Fixed slapo-pcache with +/- attrsets
	Build Environment
		don't install DB_CONFIG if no BDB backends
	Documentation
		slapschema(8) fix tool name
		admin24 fixed pcache example
		admin24 fixed config examples
2013-04-13 12:21:31 +00:00

21 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.142 2013/04/13 12:21:31 adam Exp $
.include "../../databases/openldap/Makefile.version"
DISTNAME= openldap-${OPENLDAP_VERSION}
CATEGORIES= databases
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openldap.org/
COMMENT= Lightweight Directory Access Protocol meta-package
LICENSE= modified-bsd
META_PACKAGE= yes
DEPENDS+= openldap-client>=${PKGVERSION_NOREV}:../../databases/openldap-client
DEPENDS+= openldap-server>=${PKGVERSION_NOREV}:../../databases/openldap-server
DEPENDS+= openldap-doc>=${PKGVERSION_NOREV}:../../databases/openldap-doc
.include "../../mk/bsd.pkg.mk"