ports/net/proftpd-mod_ldap/Makefile
Bernhard Froehlich fef08424b4
net/proftpd-mod_ldap: Add CPE information
USES=cpe was removed per default in the master port so add it here now.

Approved by:    portmgr (blanket)
2021-09-03 09:19:37 +00:00

26 lines
481 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
PORTNAME= mod_ldap
PORTREVISION= 4
CATEGORIES= net ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
COMMENT= LDAP and quotatab_ldap ProFTPD modules
LICENSE= GPLv2
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
USE_OPENLDAP= yes
USES= cpe ssl
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
_BUILDING_PROFTPD_MODULE= ${PORTNAME} \
mod_quotatab_ldap
.include "${MASTERDIR}/Makefile"