10 lines
186 B
Makefile
10 lines
186 B
Makefile
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -postgresql
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
WITH_PGSQL= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|