diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-11 12:00:06 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-11 12:00:06 +0000 |
commit | 2be0db1fbcb768eb0deb3e916023d0b80f895333 (patch) | |
tree | 9af65d805c224fc34e973e0007d638c6c968f269 /mail/exim-postgresql | |
parent | 445e19ffe8e7a9cc881b552cb3b728a55f528b24 (diff) | |
download | ports-2be0db1fbcb768eb0deb3e916023d0b80f895333.tar.gz ports-2be0db1fbcb768eb0deb3e916023d0b80f895333.zip |
Notes
Diffstat (limited to 'mail/exim-postgresql')
-rw-r--r-- | mail/exim-postgresql/Makefile | 15 | ||||
-rw-r--r-- | mail/exim-postgresql/pkg-comment | 1 | ||||
-rw-r--r-- | mail/exim-postgresql/pkg-descr | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile new file mode 100644 index 000000000000..8fa6ca531981 --- /dev/null +++ b/mail/exim-postgresql/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: exim-postgresql +# Date created: 11 Jun 2001 +# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -postgresql +CATEGORIES= mail +PKGDIR= ../exim +FILESDIR= ${PKGDIR}/files + +WITH_PGSQL= yes + +.include "../exim/Makefile" diff --git a/mail/exim-postgresql/pkg-comment b/mail/exim-postgresql/pkg-comment new file mode 100644 index 000000000000..a862bdff5618 --- /dev/null +++ b/mail/exim-postgresql/pkg-comment @@ -0,0 +1 @@ +High performance MTA for Unix systems on the Internet diff --git a/mail/exim-postgresql/pkg-descr b/mail/exim-postgresql/pkg-descr new file mode 100644 index 000000000000..e7b7d4118545 --- /dev/null +++ b/mail/exim-postgresql/pkg-descr @@ -0,0 +1,9 @@ +Exim is a mail transfer agent for Unix systems connected to the Internet. +It is a monolithic MTA designed to be a command line compatible drop-in +replacement for Sendmail. + +Exim is an excellent mailer for an ISP, as its control and flexibility +are very good and its requeing and retry algorithms are very powerful. +Exim's configuration syntax is simple and well documented. + +WWW: http://www.exim.org/ |