aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-sasl-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap24-sasl-client/Makefile')
-rw-r--r--net/openldap24-sasl-client/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openldap24-sasl-client/Makefile b/net/openldap24-sasl-client/Makefile
deleted file mode 100644
index 9e084695240b..000000000000
--- a/net/openldap24-sasl-client/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: openldap23-sasl-client
-# Date created: 02 May 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sasl-client
-
-COMMENT= Open source LDAP client implementation with SASL2 support
-
-CLIENT_ONLY= yes
-WITH_SASL= yes
-
-MASTERDIR= ${.CURDIR}/../openldap23-server
-
-.include "${MASTERDIR}/Makefile"