mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04: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
2 changed files with 14 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue