blob: 77ba0f09c5ad8374238b6fb350cb2b40f588bd78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_ldap
PORTREVISION= 3
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
USE_OPENSSL= yes
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
_BUILDING_PROFTPD_MODULE= ${PORTNAME} \
mod_quotatab_ldap
.include "${MASTERDIR}/Makefile"
|