freebsd-ports/net/perldap/Makefile
Paul Richards 15be191c34 This port requires the Mozilla ldapsdk rather than the Openldap one.
Update the port to use the moz prefix before the library and header
file names in order to pick up the Mozilla versions of those files.

This change is necesary now that ldapsdk has been updated to use
those prefixes to distinguish it from Openldap.

PR:		ports/22721
Submitted by:	"Charles N. Owens" <owensc@enc.edu>
2001-04-17 18:37:39 +00:00

32 lines
735 B
Makefile

# New ports collection makefile for: perldap
# Date created: 17 May 1999
# Whom: paul@freebsd.org
#
# $FreeBSD$
#
PORTNAME= perldap
PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= directory/perldap
EXTRACT_SUFX= .tar.gz
MAINTAINER= paul@FreeBSD.org
LIB_DEPENDS= mozldap.1:${PORTSDIR}/net/ldapsdk
WRKSRC= ${WRKDIR}/$(PORTNAME)-$(PORTVERSION)
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mozilla::LDAP::Conn.3 \
Mozilla::LDAP::LDIF.3 \
Mozilla::LDAP::Utils.3 \
Mozilla::LDAP::Entry.3 \
Mozilla::LDAP::API.3
MAKE_ENV+= LDAPSDKDIR=${PREFIX} LDAPV3ON=yes LDAPSDKSSL=no
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>