mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
10 lines
181 B
Makefile
10 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"
|