11 lines
210 B
Makefile
11 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 92
|
|
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|