pkgsrc/net/powerdns-ldap/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

12 lines
340 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/01/18 05:08:49 tnn Exp $
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-ldap/}
PKGREVISION= 2
COMMENT= LDAP backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="ldap"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"