mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -postgresql92
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0134]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.2
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|