blob: 082c36d5a99876a38f778461181e6e9cfe3834b1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -postgresql
MASTERDIR= ${.CURDIR}/../exim
WITH_PGSQL= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|