aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-mysql
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 11:59:36 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 11:59:36 +0000
commit445e19ffe8e7a9cc881b552cb3b728a55f528b24 (patch)
treee71d036eaaf289e43ceb170d168e4ec1f538825f /mail/exim-mysql
parent6b07ae13280368ba0cc63c8185ac22260080931d (diff)
downloadports-445e19ffe8e7a9cc881b552cb3b728a55f528b24.tar.gz
ports-445e19ffe8e7a9cc881b552cb3b728a55f528b24.zip
Notes
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"