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:
parent
9bddde5586
commit
4a8afdf6c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143677
@ -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
13
mail/exim-sqlite/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user