1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add exim-sqlite, to support sqlite lookups.

This commit is contained in:
Kirill Ponomarev 2005-09-28 10:14:38 +00:00
parent 9bddde5586
commit 4a8afdf6c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143677
2 changed files with 14 additions and 0 deletions

View File

@ -93,6 +93,7 @@
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
SUBDIR += exim-sa-exim
SUBDIR += exim-sqlite
SUBDIR += exipick
SUBDIR += exmh2
SUBDIR += ezmlm

13
mail/exim-sqlite/Makefile Normal file
View File

@ -0,0 +1,13 @@
# New ports collection makefile for: exim-sqlite
# Date created: 27 Sep 2005
# Whom: krion
#
# $FreeBSD$
#
PKGNAMESUFFIX= -sqlite
MASTERDIR= ${.CURDIR}/../exim
WITH_SQLITE= yes
.include "${MASTERDIR}/Makefile"