diff options
Diffstat (limited to 'mail/exim-postgresql/Makefile')
-rw-r--r-- | mail/exim-postgresql/Makefile | 15 |
1 files changed, 15 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" |