mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 93
|
|
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[012]-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|