mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
11 lines
186 B
Makefile
11 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"
|