pkgsrc/net/powerdns-ldap/Makefile
ghen 4a6d1c3f3a Previous PLIST change was wrong due to a libdir bug now fixed by sbd. Revert
PLIST and bump PKGREVISION again for powerdns + modules.
2012-01-25 10:21:12 +00:00

14 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/25 10:21:12 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.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"