aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-mysql
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-06-11 19:59:36 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-06-11 19:59:36 +0800
commita01baf59aa3cfb2dab06ff9ba2641d5857adeded (patch)
treead8f24269a13f684413be9342c04fdd7e674586f /mail/exim-mysql
parent9a3bf034291fa51812a2d9d59e6b9746a3776be6 (diff)
downloadfreebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.gz
freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.zst
freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.zip
Add slave ports for Exim so that packages will be built for Exim
that include support for LDAP, mySQL and Postgres lookups.
Diffstat (limited to 'mail/exim-mysql')
-rw-r--r--mail/exim-mysql/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile
new file mode 100644
index 000000000000..f8432d6e898d
--- /dev/null
+++ b/mail/exim-mysql/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: exim-mysql
+# Date created: 11 Jun 2001
+# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -mysql
+CATEGORIES= mail
+PKGDIR= ../exim
+FILESDIR= ${PKGDIR}/files
+
+WITH_MYSQL= yes
+
+.include "../exim/Makefile"