freebsd-ports/databases/libgda5-ldap/Makefile
Xin LI 3ba73dad6f net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
2021-08-01 21:41:48 -07:00

17 lines
395 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTREVISION= 1
CATEGORIES= databases gnome
PKGNAMESUFFIX= 5-ldap
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides ldap access for the libgda5 library
MASTERDIR= ${.CURDIR}/../libgda5
BUILD_WRKSRC= ${WRKSRC}/providers/ldap/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA5_SLAVE= ldap
.include "${MASTERDIR}/Makefile"