mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d48e363274
Thanks to erwin for limiting the damage I caused in the meantime Feature safe: yes
11 lines
196 B
Makefile
11 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 90
|
|
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[12]-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|