mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
11 lines
210 B
Makefile
11 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 90
|
|
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[12]-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|