From a6e9b4d3fd6657f23911e4b485e4308bec3a57bb Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 25 May 1999 22:47:01 +0000 Subject: Initial import of the Mozilla Perl interface to LDAP --- net/perldap/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net/perldap/Makefile (limited to 'net/perldap/Makefile') diff --git a/net/perldap/Makefile b/net/perldap/Makefile new file mode 100644 index 000000000000..8d659e75b499 --- /dev/null +++ b/net/perldap/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: perldap +# Version required: 1.1b +# Date created: 17 May 1999 +# Whom: paul +# +# $Id$ +# + +DISTNAME= perldap-1_2_2 +DISTFILES= perldap-1.2.2.tgz +CATEGORIES= net +MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/ + +MAINTAINER= paul@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/perldap +LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk + +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=/usr/local/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include -- cgit