aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-ldap2/Makefile
blob: d0df7a0f9dc087630c22db7193721002947fe0d7 (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
28
29
30
31
32
33
34
# New ports collection makefile for:    ldapmodule
# Date created:     05.Jul 2000
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

PORTNAME=   ldap2
PORTVERSION=    2.0.0pre04
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-ldap
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   python-ldap-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    ldap.2:${PORTSDIR}/net/openldap2

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
WRKSRC=     ${WRKDIR}/${DISTNAME:S=-src==}

#class = OpenLDAP2
#library_dirs = /usr/local/openldap2/lib
#include_dirs = /usr/local/openldap2/include
#libs = lber ldap resolv
do-configure:
    @${MV} ${WRKSRC}/setup.cfg ${WRKSRC}/setup.cfg.sed
    ${SED} -e "s=/usr/local/openldap2/lib=${LOCALBASE}/lib=" \
        -e "s=/usr/local/openldap2/include=${LOCALBASE}/include=" \
        -e "s=lber ldap resolv=lber ldap=" \
        ${WRKSRC}/setup.cfg.sed > ${WRKSRC}/setup.cfg

.include <bsd.port.mk>
td>1-2/+1 * Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-1/+2 * Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-052-2/+2 * Make naming of schemas consistentLeonid Logvinov2018-02-091-2/+2 * Address feedbackLeonid Logvinov2018-02-081-8/+9 * Remove hash from signatureDataLeonid Logvinov2018-02-081-13/+4 * Remove networkId from orderJSONLeonid Logvinov2018-02-081-2/+0 * Add networkId to event labelFabio Berger2018-02-071-1/+4 * Converted BigNumber to number for GA loggingThomas Schmidt2018-02-061-1/+1 * GA logging for order creationThomas Schmidt2018-02-061-0/+12 * Fix linter errorsFabio Berger2018-01-313-4/+2 * Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-283-31/+17