summaryrefslogtreecommitdiff
path: root/net/perldap/Makefile
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1999-05-25 22:47:01 +0000
committerPaul Richards <paul@FreeBSD.org>1999-05-25 22:47:01 +0000
commit5387df7a3f3652c29528245a7995aab304e3c3b5 (patch)
tree0c3db929fef1892b5d1635b2ee2c9b70d87ccf8c /net/perldap/Makefile
parentInitial import of the Mozilla LDAP sdk. (diff)
Initial import of the Mozilla Perl interface to LDAP
Notes
Notes: svn path=/head/; revision=18997
Diffstat (limited to 'net/perldap/Makefile')
-rw-r--r--net/perldap/Makefile31
1 files changed, 31 insertions, 0 deletions
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 <bsd.port.mk>