blob: 59397b7e7b10ed0564ca9e45341d055dd1b3fcf6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
WANT_PGSQL_VER= 92
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"
|