mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b66e4949cb
PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
25 lines
477 B
Makefile
25 lines
477 B
Makefile
PORTNAME= mod_ldap
|
|
PORTREVISION= 5
|
|
CATEGORIES= net ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= LDAP and quotatab_ldap ProFTPD modules
|
|
WWW= http://www.proftpd.org/docs/contrib/mod_ldap.html
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USES= cpe ldap ssl
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME} \
|
|
mod_quotatab_ldap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|