mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
14 lines
258 B
Makefile
14 lines
258 B
Makefile
# New ports collection makefile for: exim-postgresql
|
|
# Date created: 11 Jun 2001
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -postgresql
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
WITH_PGSQL= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|