mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
41a8248385
PR: 21104 Submitted by: MAINTAINER
24 lines
605 B
Makefile
24 lines
605 B
Makefile
# New ports collection makefile for: ldapmodule
|
|
# Date created: 05.Jul 2000
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ldapmodule
|
|
PORTVERSION= 1.10alpha3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
|
|
DISTNAME= python-ldap-${PORTVERSION}-src
|
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
|
|
|
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
|
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
|
RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
|
|
|
|
.include <bsd.port.mk>
|